diff --git a/tests/run.sh b/tests/run.sh index 06f5c43e..7a133e29 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -25,7 +25,11 @@ function diff() { trap 'echo -e "\e[1;31mFailure\e[0m"' ERR -cargo build +# No --check on purpose, just do it +cargo fmt + +cargo clippy -- -D warnings +cargo clippy --tests -- -D warnings # Unit tests cargo test