2
0

remove timeout for test cases on Windows

This commit is contained in:
Nicola Murino
2023-05-28 09:27:31 +02:00
committed by Jack Christensen
parent ef363b59ab
commit 46d91255b0
+1 -1
View File
@@ -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 }}