Skip to content

Commit 72649e6

Browse files
Fix tests (2)
1 parent 4d92ffd commit 72649e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: go build ./...
3939
- name: Run tests
4040
env:
41-
TESTS_CONNECTION_STRING: postgres://postgres:@localhost:5432/postgres
41+
TESTS_CONNECTION_STRING: postgres://postgres:@localhost:5432/postgres?sslmode=disable
4242
run: go test -v ./...
4343
smoke-test:
4444
name: Smoke test + export

0 commit comments

Comments
 (0)