mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 17:06:35 +03:00
new clean try to get circle-ci to work
This commit is contained in:
@@ -32,9 +32,9 @@ if [[ $NORUN == "1" ]]; then
|
|||||||
export CARGO_SUBCMD="build"
|
export CARGO_SUBCMD="build"
|
||||||
else
|
else
|
||||||
export CARGO_SUBCMD="test --all"
|
export CARGO_SUBCMD="test --all"
|
||||||
export OPT="${OPT} "
|
export OPT="-j1 ${OPT} "
|
||||||
export OPT_RELEASE="${OPT_RELEASE} "
|
export OPT_RELEASE="-j2 ${OPT_RELEASE} "
|
||||||
export OPT_RELEASE_IGNORED="${OPT_RELEASE} -- --ignored"
|
export OPT_RELEASE_IGNORED="-j2 ${OPT_RELEASE} -- --ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run all the test configurations:
|
# Run all the test configurations:
|
||||||
|
|||||||
Reference in New Issue
Block a user