Update README.md to authentication test setup

query-exec-mode
Jack Christensen 2021-03-06 16:08:38 -06:00
parent 0d307bcc5e
commit 5daa019e4e
1 changed files with 1 additions and 1 deletions

View File

@ -52,5 +52,5 @@ PGX_TEST_CONN_STRING="host=/var/run/postgresql dbname=pgx_test" go test ./...
Pgconn supports multiple connection types and means of authentication. These tests are optional. They
will only run if the appropriate environment variable is set. Run `go test -v | grep SKIP` to see if any tests are being
skipped. Most developers will not need to enable these tests. See `travis.yml` for an example set up if you need change
skipped. Most developers will not need to enable these tests. See `ci/setup_test.bash` for an example set up if you need change
authentication code.