Skip to content

Commit

Permalink
separate get step, dont make in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
nzoschke committed Oct 9, 2018
1 parent dd00f4a commit ac3276d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bios.sh
Expand Up @@ -7,7 +7,8 @@ git reset --hard $SHA

run -s "YAML Linting" yamllint -d "{extends: default, rules: {line-length: {max: 140}, key-ordering: {}}}" template.yml

run -s "Getting" go get
run -s "Linting" golint -set_exit_status ./...
run -s "Vetting" go vet ./...
run -s "Making" make -j handlers-go
run -s "Making" make handlers-go
run -s "Testing" go test -v ./...

0 comments on commit ac3276d

Please sign in to comment.