new clean try to get circle-ci to work

This commit is contained in:
holger krekel
2019-11-13 00:02:41 +01:00
parent 58ad14d9c3
commit 895b01f537

View File

@@ -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: