Files
LearnGO/go/pkg/mod/github.com/jackc/pgconn@v1.14.3/ci/script.bash
T
2024-09-19 21:38:24 -04:00

11 lines
176 B
Bash

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