Skip to content

Commit

Permalink
fix: build cases in the gh-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc committed Dec 18, 2024
1 parent 2dbdaac commit 5894d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ jobs:
- name: Build circuits for Wasm Web app
if: steps.cache-halo2-wasm-circuit.outputs.cache-hit != 'true'
run: |
cd mopro-wasm
wasm-pack build --target web --out-dir ../test-e2e/MoproWasmBindings -- --all-features
cd test-e2e
cargo run --bin web
test-halo2-wasm-web:
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 5894d14

Please sign in to comment.