More CI
This commit is contained in:
@@ -22,6 +22,8 @@ jobs:
|
|||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
|
ports:
|
||||||
|
- 5432:5432
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@@ -36,5 +38,6 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
env:
|
env:
|
||||||
PGHOST: postgres
|
PGHOST: localhost
|
||||||
|
PGUSER: postgres
|
||||||
PGPASSWORD: secret
|
PGPASSWORD: secret
|
||||||
|
|||||||
Reference in New Issue
Block a user