2
0

Import pgx travis config

This commit is contained in:
Jack Christensen
2019-03-30 13:03:28 -05:00
parent 08fcc7f273
commit b2fc69d32f
5 changed files with 117 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