From 2a56e7b77a8f536fad4bb206af267cebe0ded480 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 10 Oct 2014 13:12:07 +0200 Subject: [PATCH] t/cibuild.sh: Use 'make -j10' to run tests in parallel. --- t/cibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/cibuild.sh b/t/cibuild.sh index 9e21eb2..bb863c6 100755 --- a/t/cibuild.sh +++ b/t/cibuild.sh @@ -17,7 +17,7 @@ case "$CICFLAGS" in # skip regular tests ;; *) - make test TESTS_ENVIRONMENT="./testwrapper.sh" + make -j10 test TESTS_ENVIRONMENT="./testwrapper.sh" ;; esac -- 2.30.2