Skip to content

Commit

Permalink
add wasm build check
Browse files Browse the repository at this point in the history
  • Loading branch information
raed667 committed Nov 28, 2022
1 parent 6b01741 commit 82c6b1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ jobs:
with:
command: build
args: --release --all-features
# Build
- name: Build WASM
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target wasm32-unknown-unknown

0 comments on commit 82c6b1e

Please sign in to comment.