From 3de323f3f0097259c2b5ef48e1850de6d8270ace Mon Sep 17 00:00:00 2001 From: Michael Cambria Date: Mon, 8 Oct 2018 11:31:27 -0400 Subject: [PATCH] Enable ginkgo parallelization in test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index ccc1068b..0c48852d 100755 --- a/test.sh +++ b/test.sh @@ -10,7 +10,7 @@ source ./build.sh echo "Running tests" -GINKGO_FLAGS="-nodes=1 --randomizeAllSpecs --randomizeSuites --failOnPending --progress" +GINKGO_FLAGS="-p --randomizeAllSpecs --randomizeSuites --failOnPending --progress" # user has not provided PKG override if [ -z "$PKG" ]; then