Skip to content

Commit 29f0946

Browse files
committed
ci: test examples as well in wasm
1 parent 0722dc8 commit 29f0946

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wasm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
3030
- name: Run tests
3131
run: wasm-pack test --headless --chrome
32+
- name: Run Examples
33+
run: wasm-pack test --headless --chrome --all-features --examples
3234

3335
clippy:
3436
name: Clippy WASM

0 commit comments

Comments
 (0)