Skip to content

Commit

Permalink
Add Wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Aug 1, 2023
1 parent f45db34 commit f2da14e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
command: build
args: --locked --features ${{ matrix.bls_lib }},js

- name: Build Wasm
uses: actions-rs/cargo@v1
with:
command: build
args: --locked --lib --target wasm32-unknown-unknown --features ${{ matrix.bls_lib }}

- name: Run unit tests
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit f2da14e

Please sign in to comment.