We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d92ffd commit 72649e6Copy full SHA for 72649e6
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
run: go build ./...
39
- name: Run tests
40
env:
41
- TESTS_CONNECTION_STRING: postgres://postgres:@localhost:5432/postgres
+ TESTS_CONNECTION_STRING: postgres://postgres:@localhost:5432/postgres?sslmode=disable
42
run: go test -v ./...
43
smoke-test:
44
name: Smoke test + export
0 commit comments