increase parallel build

This commit is contained in:
Anthony HAMON 2018-08-26 11:30:03 +02:00
parent f6ab11e4ee
commit 55c6af258d

View file

@ -25,7 +25,7 @@ jobs:
name: Compile project on every platform
command: |
go get github.com/mitchellh/gox
gox -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"
gox -parallel 10 -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"
- run:
name: Push on codecov result
command: |