Skip to content

Commit

Permalink
ci/build: use "js" feature to test wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jun 25, 2024
1 parent 4481a82 commit bfca963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run: cargo fetch
- name: Build masp_proofs for target
working-directory: ./masp_proofs
run: cargo build --verbose --no-default-features --target ${{ matrix.target }}
run: cargo build --verbose --no-default-features --target ${{ matrix.target }} --features js


bitrot:
Expand Down

0 comments on commit bfca963

Please sign in to comment.