mirror of https://github.com/jackc/pgx.git
remove timeout for test cases on Windows
parent
ef363b59ab
commit
46d91255b0
|
@ -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 }}
|
Loading…
Reference in New Issue