pgx/travis/script.bash
2020-06-09 18:31:49 -07:00

6 lines
123 B
Bash
Executable File

#!/usr/bin/env bash
# source: https://github.com/jackc/pgx/blob/master/travis/script.bash
set -eux
go test -v -race ./...