mirror of https://github.com/jackc/pgx.git
Do not run CI with verbose
Makes it very difficult to see what is actually failing.pull/1116/head
parent
9da0a7aef7
commit
a55e88ee48
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue