remove timeout for test cases on Windows

pull/1631/head
Nicola Murino 2023-05-28 09:27:31 +02:00 committed by Jack Christensen
parent ef363b59ab
commit 46d91255b0
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}