delete cargo --release test

This commit is contained in:
woojin
2023-08-23 16:00:28 +09:00
parent f4f24451c5
commit c24f97deef

View File

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