run tests on release builds

This commit is contained in:
Savanni D'Gerinel 2023-10-05 12:48:51 -04:00
parent c70e1d943d
commit ef057eca66
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ case $CMD in
release) release)
$CARGO clippy $MODULE $PARAMS -- -Dwarnings $CARGO clippy $MODULE $PARAMS -- -Dwarnings
$CARGO build --release $MODULE $PARAMS $CARGO build --release $MODULE $PARAMS
$CARGO test --release $MODULE $PARAMS
;; ;;
clean) clean)
$CARGO clean $MODULE $CARGO clean $MODULE