Run short tests on travis to avoid failure due to too long tests
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user