mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +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/grade-utils.sh
|
||||
|
||||
RUNNERS=(
|
||||
"cargo"
|
||||
"cargo --release"
|
||||
)
|
||||
RUNNERS="cargo"
|
||||
|
||||
# Lints.
|
||||
run_linters || exit 0
|
||||
|
||||
Reference in New Issue
Block a user