mirror of
https://github.com/jackc/pgx.git
synced 2025-04-27 21:25:53 +00:00
remove timeout for test cases on Windows
This commit is contained in:
parent
ef363b59ab
commit
46d91255b0
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -154,6 +154,6 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v -race -timeout 5m ./...
|
run: go test -v -race ./...
|
||||||
env:
|
env:
|
||||||
PGX_TEST_DATABASE: ${{ steps.postgres.outputs.connection-uri }}
|
PGX_TEST_DATABASE: ${{ steps.postgres.outputs.connection-uri }}
|
Loading…
x
Reference in New Issue
Block a user