From 86af9a23510ee0456b937ed01fefad9dfc0bf8bd Mon Sep 17 00:00:00 2001 From: Yu Jiang Tham Date: Wed, 17 Jan 2024 09:29:04 -0800 Subject: [PATCH] Update browser tests --- .github/workflows/halo2-browser-tests.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/halo2-browser-tests.yml b/.github/workflows/halo2-browser-tests.yml index 01ac036..14962ae 100644 --- a/.github/workflows/halo2-browser-tests.yml +++ b/.github/workflows/halo2-browser-tests.yml @@ -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/halo2-wasm-cli@0.1.6-rc.0 + - name: Build halo2-lib-js + working-directory: halo2-lib-js + run: | + npm install + npm add @axiom-crypto/halo2-wasm-cli@0.1.6-rc.0 - name: Test halo2-lib-js/halo2-wasm VK equivalence working-directory: halo2-lib-js run: npm run test:vk