Skip to content

Commit 7fa4a1e

Browse files
author
Azer Koçulu
authored
Update workflow.yml
1 parent 033f86a commit 7fa4a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
go-version: '^1.13.1'
3030
- name: Test
3131
env:
32-
DATABASE_URL: "user:password@tcp(localhost:3306)/crud?charset=utf8&parseTime=True&loc=Local"
32+
DATABASE_URL: "root:password@tcp(localhost:3306)/crud?charset=utf8&parseTime=True&loc=Local"
3333
run: go test ./...

0 commit comments

Comments
 (0)