From 46d91255b0f453e6799c64d9389b6a5bd8e2a03b Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sun, 28 May 2023 09:27:31 +0200 Subject: [PATCH] remove timeout for test cases on Windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de10ef27d..7b6dd00dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} \ No newline at end of file