Skip to content

Commit 563b876

Browse files
bkonturclaude
andcommitted
ci: Enable WASM build for XCM integration tests
The integration tests require WASM binaries for westend-runtime and asset-hub-westend-runtime. Override SKIP_WASM_BUILD=0 specifically for the integration test step. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 33176fb commit 563b876

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ jobs:
145145
- name: Run (Westend) runtime tests
146146
run: |
147147
cargo test -p bulletin-westend-runtime
148+
149+
- name: Run (Westend) XCM integration tests
150+
env:
151+
SKIP_WASM_BUILD: 0
152+
run: |
148153
cargo test -p bulletin-westend-integration-tests
149154
150155
# TODO: check benchmarks

0 commit comments

Comments
 (0)