Code

t/cibuild.sh: Use 'make -j10' to run tests in parallel.
[sysdb.git] / t / cibuild.sh
index 61f4a8b09b658e3b13c75dd17cc7249517a275d7..bb863c6f35d68383c2e765b66953fca5ebb8b608 100755 (executable)
@@ -17,7 +17,7 @@ case "$CICFLAGS" in
                # skip regular tests
                ;;
        *)
-               make test
+               make -j10 test TESTS_ENVIRONMENT="./testwrapper.sh"
                ;;
 esac