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 715f2b7 commit bfa5672
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: test
- name: lool
run: ls -lha
env:
PQT_POSTGRES_ADDRESS: postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable
- name: test
run: go test -race -count=2 -coverprofile=cover.out -mod=readonly ./...
env:
PQT_POSTGRES_ADDRESS: postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable

0 comments on commit bfa5672

Please sign in to comment.