Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update makefile
  • Loading branch information
ermalkaleci committed May 25, 2022
commit 7bd7e22e4ae17da356f21d7dbeb12c3059225fae
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ test-ts: build-mandala-internal-release

.PHONY: test-benchmarking
test-benchmarking:
cargo test --features bench --package module-evm
cargo test --features bench --package module-evm --package runtime-common
cargo test --features runtime-benchmarks --features with-all-runtime --features --all benchmarking

.PHONY: test-all
Expand Down