CI: run tests in verbose mode

It's helpful to have more detailed logs, such as how long it took to
run a single test
pull/1658/head
Nicola Murino 2023-06-19 19:17:43 +02:00 committed by Jack Christensen
parent 20a40120ed
commit e79efdacf9
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ jobs:
git diff --exit-code
- name: Test
run: go test -race ./...
run: go test -v -race ./...
env:
PGX_TEST_DATABASE: ${{ matrix.pgx-test-database }}
PGX_TEST_UNIX_SOCKET_CONN_STRING: ${{ matrix.pgx-test-unix-socket-conn-string }}