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