Skip to content

Commit

Permalink
mysql scheme for dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Nov 23, 2023
1 parent 64f7c79 commit 8c118c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
go-version: ${{ matrix.go }}
- name: Run integration tests
env:
MYSQL_DSN: "root:pass@/txdb_test"
MYSQL_DSN: "mysql://root:pass@/txdb_test"
PSQL_DSN: "postgres://postgres:pass@localhost/txdb_test"
run: go test ./...

0 comments on commit 8c118c7

Please sign in to comment.