Skip to content

Commit

Permalink
Enable parallel builds on CircleCI
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <[email protected]>
  • Loading branch information
Kubuxu committed Dec 2, 2016
1 parent 56e5017 commit 6696b01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ test:
override:
- make test_go_expensive:
pwd: "../.go_workspace/src/$IMPORT_PATH"
parallel: true
- make test_sharness_expensive:
pwd: "../.go_workspace/src/$IMPORT_PATH"
parallel: true

0 comments on commit 6696b01

Please sign in to comment.