Skip to content

Commit

Permalink
add wasm target install to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Oct 5, 2024
1 parent d64fd81 commit 37307d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Install wasm target
run: rustup target add wasm32-unknown-unknown
- name: Check wasm build
run: cargo check --target wasm32-unknown-unknown --no-default-features

0 comments on commit 37307d9

Please sign in to comment.