Do not run tests in parallel since it breaks randomly
This commit is contained in:
parent
ec1b278595
commit
a849d1aa7f
|
@ -8,6 +8,6 @@ branches:
|
|||
- master
|
||||
|
||||
script:
|
||||
- GOTEST_FLAGS="-p 2 -parallel 2" make test
|
||||
- GOTEST_FLAGS="-p 1 -parallel 1" make test
|
||||
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in New Issue