From 895b01f537e33afbf659786bffa6b9b49f0a5917 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 13 Nov 2019 00:02:41 +0100 Subject: [PATCH] new clean try to get circle-ci to work --- ci_scripts/run-rust-test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci_scripts/run-rust-test.sh b/ci_scripts/run-rust-test.sh index 5a8e20c7d..b53200625 100755 --- a/ci_scripts/run-rust-test.sh +++ b/ci_scripts/run-rust-test.sh @@ -32,9 +32,9 @@ if [[ $NORUN == "1" ]]; then export CARGO_SUBCMD="build" else export CARGO_SUBCMD="test --all" - export OPT="${OPT} " - export OPT_RELEASE="${OPT_RELEASE} " - export OPT_RELEASE_IGNORED="${OPT_RELEASE} -- --ignored" + export OPT="-j1 ${OPT} " + export OPT_RELEASE="-j2 ${OPT_RELEASE} " + export OPT_RELEASE_IGNORED="-j2 ${OPT_RELEASE} -- --ignored" fi # Run all the test configurations: