diff --git a/crates/vm/levm/Makefile b/crates/vm/levm/Makefile index 3d13b5244..316dd74a1 100644 --- a/crates/vm/levm/Makefile +++ b/crates/vm/levm/Makefile @@ -6,7 +6,7 @@ help: ## ๐Ÿ“š Show help for each of the Makefile recipes @grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' test: ## ๐Ÿงช Runs all tests except Ethereum tests - cargo test -p ethereum_rust_levm + cargo test -p ethereum_rust-levm lint: ## ๐Ÿงน Linter check cargo clippy --all-targets --all-features -- -D warnings