Skip to content

Commit

Permalink
check poc-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed May 22, 2024
1 parent 3baafb4 commit 7a16ad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fmt:

check-wasm:
cargo check --no-default-features --target=wasm32-unknown-unknown -p xcq-api -p xcq-executor -p xcq-extension-core -p xcq-extension-fungibles -p xcq-extension -p xcq-primitives -p xcq-runtime-api -p xcq-types
SKIP_WASM_BUILD= cargo check --no-default-features --target=wasm32-unknown-unknown -p poc-runtime

check: check-wasm
SKIP_WASM_BUILD= cargo check
Expand Down

0 comments on commit 7a16ad7

Please sign in to comment.