summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
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."
}