2
0

Import to pgx main repo in pgconn subdir

This commit is contained in:
Jack Christensen
2021-12-04 13:51:24 -06:00
parent 662ecb496f
commit 19ec4d505f
29 changed files with 0 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -eux
if [ "${PGVERSION-}" != "" ]
then
go test -v -race ./...
elif [ "${CRATEVERSION-}" != "" ]
then
go test -v -race -run 'TestCrateDBConnect'
fi