Skip to content

Commit

Permalink
make test all to compile and test in multiple features
Browse files Browse the repository at this point in the history
  • Loading branch information
justinphamnz committed Aug 29, 2022
1 parent c32d310 commit 688a3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ check-formatting:

.PHONY: test
test:
SKIP_WASM_BUILD= cargo test --all
SKIP_WASM_BUILD= cargo test --all --features with-pioneer-runtime,with-metaverse-runtime

.PHONY: test-pioneer
test-pioneer:
Expand Down

0 comments on commit 688a3c4

Please sign in to comment.