diff --git a/Makefile b/Makefile index 1e5495e00..4f05ddbae 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ integration-tests: release lint: cargo fmt --all -- --check - cargo clippy # --all + cargo clippy --all precommit: lint test