Skip to content

Commit

Permalink
Update browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Jan 17, 2024
1 parent 18c9c97 commit 86af9a2
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/halo2-browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,11 @@ jobs:
- name: Set all packages to local and build
working-directory: ./
run: ./scripts/toggleLocal.sh ci
# - name: Build halo2-wasm
# working-directory: halo2-wasm
# run: |
# rustup toolchain install nightly-2023-08-12-x86_64-unknown-linux-gnu
# rustup component add rust-src --toolchain nightly-2023-08-12-x86_64-unknown-linux-gnu
# cargo build --target=x86_64-unknown-linux-gnu --verbose
# - name: Build halo2-lib-js
# working-directory: halo2-lib-js
# run: |
# npm install
# npm add @axiom-crypto/[email protected]
- name: Build halo2-lib-js
working-directory: halo2-lib-js
run: |
npm install
npm add @axiom-crypto/[email protected]
- name: Test halo2-lib-js/halo2-wasm VK equivalence
working-directory: halo2-lib-js
run: npm run test:vk
Expand Down

0 comments on commit 86af9a2

Please sign in to comment.