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
This commit is contained in:
committed by
Jack Christensen
parent
20a40120ed
commit
e79efdacf9
@@ -111,7 +111,7 @@ jobs:
|
|||||||
git diff --exit-code
|
git diff --exit-code
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -race ./...
|
run: go test -v -race ./...
|
||||||
env:
|
env:
|
||||||
PGX_TEST_DATABASE: ${{ matrix.pgx-test-database }}
|
PGX_TEST_DATABASE: ${{ matrix.pgx-test-database }}
|
||||||
PGX_TEST_UNIX_SOCKET_CONN_STRING: ${{ matrix.pgx-test-unix-socket-conn-string }}
|
PGX_TEST_UNIX_SOCKET_CONN_STRING: ${{ matrix.pgx-test-unix-socket-conn-string }}
|
||||||
|
|||||||
Reference in New Issue
Block a user