From 8f8c3f3d62293a6fca4abb85d71041531dc74408 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 29 Jul 2015 16:39:50 -0300 Subject: reenabled parallelism on integration tests --- service/go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/go') 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." } -- cgit v1.2.3