[Revert] Do not run tests in parallel since it breaks randomly
This is causing timeouts on Travis (more than 10min tests)
This commit is contained in:
parent
a849d1aa7f
commit
528de0ffff
|
@ -8,6 +8,6 @@ branches:
|
|||
- master
|
||||
|
||||
script:
|
||||
- GOTEST_FLAGS="-p 1 -parallel 1" make test
|
||||
- GOTEST_FLAGS="-p 2 -parallel 2" make test
|
||||
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in a new issue