Skip to content

Commit a1e9dc5

Browse files
authored
use new POSTGRES_URL option in tests
1 parent c6b2d35 commit a1e9dc5

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
@@ -37,4 +37,4 @@ jobs:
3737
- name: Run Tests
3838
run: go test -v ./...
3939
env:
40-
POSTGRES_PASSWORD: oui
40+
POSTGRES_URL: postgresql://oui:oui@localhost/oui?sslmode=disable

0 commit comments

Comments
 (0)