Skip to content

Commit

Permalink
Fix make test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilitteri committed Nov 14, 2024
1 parent 08e0413 commit 9a3040b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/vm/levm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a3040b

Please sign in to comment.