Enable parallel builds on CircleCI
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
Dec 2, 2016 at 23:10 UTC
6696b01c47f92fa2ef6466b846552a66104b2dd3
1 file changed
+2
circle.yml
+2
@@ -37,5 +37,7 @@ test:
37
override:
38
- make test_go_expensive:
39
pwd: "../.go_workspace/src/$IMPORT_PATH"
40
+ parallel: true
41
- make test_sharness_expensive:
42
pwd: "../.go_workspace/src/$IMPORT_PATH"
43
+ parallel: true