Do not run tests in parallel since it breaks randomly

This commit is contained in:
Pierre Souchay 2018-02-19 23:04:17 +01:00
parent ec1b278595
commit a849d1aa7f
1 changed files with 1 additions and 1 deletions

View File

@ -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