From 5daa019e4eb52df3409ebf17c83116b7c0e827e5 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 6 Mar 2021 16:08:38 -0600 Subject: [PATCH] Update README.md to authentication test setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c651f483..1c698a11 100644 --- a/README.md +++ b/README.md @@ -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.