mirror of https://github.com/jackc/pgx.git
Run short tests on travis to avoid failure due to too long tests
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…
Reference in New Issue