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