remove timeout for test cases on Windows
This commit is contained in:
committed by
Jack Christensen
parent
ef363b59ab
commit
46d91255b0
@@ -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 }}
|
||||||
Reference in New Issue
Block a user