1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-28 09:08:41 +02:00

Run 4 builds in parallel

This commit is contained in:
Dawid Dziurla 2020-03-19 12:30:07 +01:00 committed by Jesse Duffield
parent 64706257ca
commit 6c8a924fad

View File

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