Do not run CI with verbose
Makes it very difficult to see what is actually failing.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user