Skip to content

Commit

Permalink
maybe fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Sep 23, 2024
1 parent 55d51e0 commit 8a29edf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
- name: Check builds Wasm
if: contains(matrix.os, 'ubuntu')
run: cargo check --all-features --target wasm32-unknown-unknown
run: |
rustup target add wasm32-unknown-unknown
cargo check --all-features --target wasm32-unknown-unknown
- name: Cargo test
run: cargo test --locked --release --all-features --bins --tests --examples
Expand Down

0 comments on commit 8a29edf

Please sign in to comment.