Apply strict linting to release builds #75

Merged
savanni merged 21 commits from clippy-linting into main 2023-10-05 17:01:49 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ef057eca66 - Show all commits

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