summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck3
1 files changed, 3 insertions, 0 deletions
diff --git a/check b/check
index 1c41110..eab7506 100755
--- a/check
+++ b/check
@@ -21,6 +21,9 @@ case $lang in
"rust")
cmd="cargo run --manifest-path $aoc_path/rust/Cargo.toml --"
;;
+"rustr")
+ cmd="cargo run --release --manifest-path $aoc_path/rust/Cargo.toml --"
+ ;;
"*")
echo "unknown lang: $lang"
exit 1