Skip to content

Commit 7f59569

Browse files
committed
add WASM build check to CI
1 parent ccadfbd commit 7f59569

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ jobs:
2323

2424
- name: Run tests
2525
run: cargo test --all-targets
26+
27+
- name: WASM target compiles
28+
run: |
29+
rustup target add wasm32-unknown-unknown
30+
cargo build --target wasm32-unknown-unknown --lib

0 commit comments

Comments
 (0)