Skip to content

Commit

Permalink
Do not run CI with verbose
Browse files Browse the repository at this point in the history
Makes it very difficult to see what is actually failing.
  • Loading branch information
jackc committed Nov 20, 2021
1 parent 9da0a7a commit a55e88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -46,6 +46,6 @@ jobs:
PGVERSION: ${{ matrix.pg-version }}

- name: Test
run: go test -v -race ./...
run: go test -race ./...
env:
PGX_TEST_DATABASE: ${{ matrix.pgx-test-database }}

0 comments on commit a55e88e

Please sign in to comment.