2
0
Files
pgx/pgconn/ci/script.bash
T
2021-12-04 13:51:24 -06:00

11 lines
176 B
Bash
Executable File

#!/usr/bin/env bash
set -eux
if [ "${PGVERSION-}" != "" ]
then
go test -v -race ./...
elif [ "${CRATEVERSION-}" != "" ]
then
go test -v -race -run 'TestCrateDBConnect'
fi