mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
new clean try to get circle-ci to work, disable and move gh actions to ci_scripts folder
This commit is contained in:
@@ -32,8 +32,8 @@ if [[ $NORUN == "1" ]]; then
|
||||
export CARGO_SUBCMD="build"
|
||||
else
|
||||
export CARGO_SUBCMD="test --all"
|
||||
export OPT="${OPT} "
|
||||
export OPT_RELEASE="${OPT_RELEASE} "
|
||||
export OPT="-j1 ${OPT} "
|
||||
export OPT_RELEASE="-j2 ${OPT_RELEASE} "
|
||||
export OPT_RELEASE_IGNORED="${OPT_RELEASE} -- --ignored"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user