2
0

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:
Nicola Murino
2023-06-19 19:17:43 +02:00
committed by Jack Christensen
parent 20a40120ed
commit e79efdacf9
+1 -1
View File
@@ -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 }}