Skip to content

Commit

Permalink
remove timeout for test cases on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
drakkan authored and jackc committed Jun 3, 2023
1 parent ef363b5 commit 46d9125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ jobs:
shell: bash

- name: Test
run: go test -v -race -timeout 5m ./...
run: go test -v -race ./...
env:
PGX_TEST_DATABASE: ${{ steps.postgres.outputs.connection-uri }}

0 comments on commit 46d9125

Please sign in to comment.