Skip to content

Commit

Permalink
ci: test examples as well in wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Jun 13, 2024
1 parent 0722dc8 commit 29f0946
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Run tests
run: wasm-pack test --headless --chrome
- name: Run Examples
run: wasm-pack test --headless --chrome --all-features --examples

clippy:
name: Clippy WASM
Expand Down

0 comments on commit 29f0946

Please sign in to comment.