mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-15 06:28:46 +00:00
delete cargo --release test
This commit is contained in:
@@ -9,10 +9,7 @@ BASEDIR=$(dirname "$0")
|
|||||||
source $BASEDIR/test_cases.sh
|
source $BASEDIR/test_cases.sh
|
||||||
source $BASEDIR/grade-utils.sh
|
source $BASEDIR/grade-utils.sh
|
||||||
|
|
||||||
RUNNERS=(
|
RUNNERS="cargo"
|
||||||
"cargo"
|
|
||||||
"cargo --release"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Lints.
|
# Lints.
|
||||||
run_linters || exit 0
|
run_linters || exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user