Try parallel packages but not tests

This commit is contained in:
Paul Banks 2018-02-21 11:58:51 +00:00
parent bcbf40c036
commit 2ad083d1bd
No known key found for this signature in database
GPG Key ID: C25A851A849B8221
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ branches:
- master - master
script: script:
- GOTEST_FLAGS="-p 1 -parallel 1" make test - GOTEST_FLAGS="-p 3 -parallel 1" make test
sudo: true sudo: true