Skip to content

Commit

Permalink
update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkowalczuk committed Jan 16, 2024
1 parent f4d84de commit 0582c15
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Test
run: go test -race -count=2 -v ./...
env:
PQT_POSTGRES_ADDRESS: postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable
- name: setup
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: test
run: go test -race -count=2 -v ./...
env:
PQT_POSTGRES_ADDRESS: postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable

0 comments on commit 0582c15

Please sign in to comment.