Skip to content

Commit

Permalink
Add environment
Browse files Browse the repository at this point in the history
Signed-off-by: William <[email protected]>
  • Loading branch information
kwesidev committed Sep 22, 2023
1 parent 83ab55c commit 55bbd27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,10 @@ jobs:
run: go build -v ./...

- name: Test
env:
PG_HOST: localhost
PG_USER: postgres
PG_PASSWORD: postgres
PG_PORT: 5432
PG_DB: authserver
run: go test -v ./...

0 comments on commit 55bbd27

Please sign in to comment.