Skip to content

Commit

Permalink
use new POSTGRES_URL option in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-re-ka authored Aug 29, 2024
1 parent c6b2d35 commit a1e9dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Run Tests
run: go test -v ./...
env:
POSTGRES_PASSWORD: oui
POSTGRES_URL: postgresql://oui:oui@localhost/oui?sslmode=disable

0 comments on commit a1e9dc5

Please sign in to comment.