From 2c7a888c56c3f8a0dc3512076c43312cbca0430c Mon Sep 17 00:00:00 2001 From: mhsn Date: Sun, 17 Aug 2025 13:46:56 +0100 Subject: add cargo release to check --- check | 3 +++ 1 file changed, 3 insertions(+) (limited to 'check') 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 -- cgit v1.2.3