2
0

Use race detector on Github CI

This commit is contained in:
Jack Christensen
2021-01-30 16:44:17 -06:00
parent c10c60cad5
commit ed0090f610
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
PGVERSION: ${{ matrix.pg_version }}
- name: Test
run: go test -v ./...
run: go test -v -race ./...
env:
PGX_TEST_CONN_STRING: postgres://pgx_md5:secret@127.0.0.1/pgx_test
PGX_TEST_UNIX_SOCKET_CONN_STRING: "host=/var/run/postgresql dbname=pgx_test"