Skip to content

Commit

Permalink
Run wasm32 tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 committed Mar 20, 2024
1 parent 6168da2 commit a3bed37
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,13 @@ jobs:
build-wasm:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
target: wasm32-unknown-unknown
- name: Check wasm
run: cargo check --target wasm32-unknown-unknown
- name: Install
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: |
wasm-pack test --headless --chrome
wasm-pack test --headless --firefox
miri:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a3bed37

Please sign in to comment.