We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e39c4 commit ea52c27Copy full SHA for ea52c27
Makefile
@@ -96,9 +96,7 @@ insta-test: githooks
96
97
.PHONY: test-eth
98
test-eth: githooks test-evm
99
- SKIP_WASM_BUILD= ${cargo_test} -p runtime-common --features with-ethereum-compatibility schedule_call_precompile_should_work
100
SKIP_WASM_BUILD= ${cargo_test} -p runtime-integration-tests --features with-mandala-runtime --features with-ethereum-compatibility should_not_kill_contract_on_transfer_all
101
- SKIP_WASM_BUILD= ${cargo_test} -p runtime-integration-tests --features with-mandala-runtime --features with-ethereum-compatibility schedule_call_precompile_should_handle_invalid_input
102
103
.PHONY: test-evm
104
test-evm: githooks
0 commit comments