2
0

remove irrelevant test from pgx

This commit is contained in:
Jacob Powers
2020-06-09 18:31:49 -07:00
parent 96f49eb89b
commit 6d62aec6b1
2 changed files with 1 additions and 8 deletions
+1 -7
View File
@@ -2,10 +2,4 @@
# source: https://github.com/jackc/pgx/blob/master/travis/script.bash
set -eux
if [ "${PGVERSION-}" != "" ]
then
go test -v -race ./...
elif [ "${CRATEVERSION-}" != "" ]
then
go test -v -race -run 'TestCrateDBConnect'
fi
go test -v -race ./...