Do not run CI with verbose

Makes it very difficult to see what is actually failing.
pull/1116/head
Jack Christensen 2021-11-20 10:53:51 -06:00
parent 9da0a7aef7
commit a55e88ee48
1 changed files with 1 additions and 1 deletions

View File

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