mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
Do not run CI with verbose
Makes it very difficult to see what is actually failing.
This commit is contained in:
parent
9da0a7aef7
commit
a55e88ee48
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user