We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033f86a commit 7fa4a1eCopy full SHA for 7fa4a1e
.github/workflows/workflow.yml
@@ -29,5 +29,5 @@ jobs:
29
go-version: '^1.13.1'
30
- name: Test
31
env:
32
- DATABASE_URL: "user:password@tcp(localhost:3306)/crud?charset=utf8&parseTime=True&loc=Local"
+ DATABASE_URL: "root:password@tcp(localhost:3306)/crud?charset=utf8&parseTime=True&loc=Local"
33
run: go test ./...
0 commit comments