2
0

Run short tests on travis to avoid failure due to too long tests

This commit is contained in:
Jack Christensen
2015-10-26 17:43:30 -05:00
parent b7b7a83471
commit de41977104
+1 -1
View File
@@ -38,7 +38,7 @@ before_script:
- psql -U postgres -c "create user pgx_pw SUPERUSER PASSWORD 'secret'"
script:
- go test -v -race -cover ./...
- go test -v -race -cover -short ./...
matrix:
allow_failures: