mirror of
https://github.com/jackc/pgx.git
synced 2025-07-12 23:28:50 +00:00
remove irrelevant test from pgx
This commit is contained in:
parent
96f49eb89b
commit
6d62aec6b1
@ -17,7 +17,6 @@ env:
|
||||
- PGX_TEST_DATABASE=postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||
|
||||
matrix:
|
||||
- CRATEVERSION=2.1 PGX_TEST_CRATEDB_CONN_STRING="host=127.0.0.1 port=6543 user=pgx database=pgx_test"
|
||||
- PGVERSION=12
|
||||
- PGVERSION=11
|
||||
- PGVERSION=10
|
||||
|
@ -2,10 +2,4 @@
|
||||
# source: https://github.com/jackc/pgx/blob/master/travis/script.bash
|
||||
set -eux
|
||||
|
||||
if [ "${PGVERSION-}" != "" ]
|
||||
then
|
||||
go test -v -race ./...
|
||||
elif [ "${CRATEVERSION-}" != "" ]
|
||||
then
|
||||
go test -v -race -run 'TestCrateDBConnect'
|
||||
fi
|
||||
go test -v -race ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user