mirror of
https://github.com/jackc/pgx.git
synced 2025-05-02 05:30:04 +00:00
6 lines
123 B
Bash
Executable File
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 ./...
|