diff --git a/Makefile b/Makefile index 5b29dc3..18ef93a 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,8 @@ bench: install-bin cargo criterion --all --features bench-evm,bench-pvm --message-format=json \ | criterion-table > crates/benchmarks/BENCHMARKS.md +clippy: + cargo clippy --all-features --workspace --tests --benches clean: cargo clean ; \