mirror of https://github.com/jackc/pgx.git
CI: run tests in verbose mode
It's helpful to have more detailed logs, such as how long it took to run a single testpull/1658/head
parent
20a40120ed
commit
e79efdacf9
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue