mirror of
https://github.com/jackc/pgx.git
synced 2025-07-09 03:58:06 +00:00
Run short tests on travis to avoid failure due to too long tests
This commit is contained in:
parent
b7b7a83471
commit
de41977104
@ -38,7 +38,7 @@ before_script:
|
|||||||
- psql -U postgres -c "create user pgx_pw SUPERUSER PASSWORD 'secret'"
|
- psql -U postgres -c "create user pgx_pw SUPERUSER PASSWORD 'secret'"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v -race -cover ./...
|
- go test -v -race -cover -short ./...
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user