Skip to content

Commit

Permalink
WASM tests are not runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Nov 13, 2024
1 parent dc20e7a commit b3ea0c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,12 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
target: wasm32-unknown-unknown
- name: Rust cache
uses: Swatinem/rust-cache@v2
with:
shared-key: common
- name: Cargo test
run: cargo test --workspace
- name: Cargo test WASM
run: cargo test --target wasm32-unknown-unknown --package minimal-web

wasm:
name: WASM
Expand Down

0 comments on commit b3ea0c5

Please sign in to comment.