summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-07-29 16:39:50 -0300
committerFolker Bernitt <fbernitt@thoughtworks.com>2015-08-11 17:00:30 +0200
commit8f8c3f3d62293a6fca4abb85d71041531dc74408 (patch)
tree06874bf6ba64da0da1aa98b0710972d517a8557c /service/go
parent8c03db8847c79e4b5f9e98048ef6f3371cae8c71 (diff)
reenabled parallelism on integration tests
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/go b/service/go
index e7df1386..288e0a0f 100755
--- a/service/go
+++ b/service/go
@@ -38,7 +38,7 @@ function setupjs {
function runIntegrationTests {
echo "Executing Integration Tests."
resolveNumOfCores
- trial --reporter=text $* test.integration
+ trial -j $NUM_OF_CORES --reporter=text $* test.integration
echo "Done."
}