Skip to content

Commit

Permalink
fix: cargo tests (#711)
Browse files Browse the repository at this point in the history
Not sure how using all features would work and not using them would not,
but if we always build the WASM of all required runtimes then all tests
pass.
  • Loading branch information
ntn-x2 authored Sep 2, 2024
1 parent ab00d9a commit 45f6aea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ jobs:
-v "${GITHUB_WORKSPACE}:/workspace" \
-v "${HOME}/.cargo:/root/.cargo" \
-w /workspace \
-e SKIP_WASM_BUILD=1 \
paritytech/ci-unified:bullseye-1.74.0 \
bash -c "cargo test --all-targets --locked ${{ matrix.features }}"
Expand Down

0 comments on commit 45f6aea

Please sign in to comment.