mirror of https://github.com/jackc/pgx.git
Fix README typo
parent
0830aae884
commit
dd8c63c839
|
@ -106,7 +106,7 @@ Connect to database pgx_test and run:
|
||||||
|
|
||||||
Run the tests with environment variable PGX_TEST_DATABASE set to your test database.
|
Run the tests with environment variable PGX_TEST_DATABASE set to your test database.
|
||||||
|
|
||||||
PGX_TEXT_DATABASE="host=/var/run/postgresql database=pgx_test" go test ./...
|
PGX_TEST_DATABASE="host=/var/run/postgresql database=pgx_test" go test ./...
|
||||||
|
|
||||||
### Connection and Authentication Test Environment
|
### Connection and Authentication Test Environment
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue