Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
test prover on macos x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Nov 2, 2023
1 parent f7d731f commit 05a1c8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,13 @@ jobs:
make -j4 && make install
- name: test prover
if: false
run: |
set -x
set -e
npm install -g snarkjs
package_macos_x86_64/bin/prover testdata/circuit_final.zkey testdata/witness.wtns proof.json public.json
snarkjs groth16 verify testdata/verification_key.json public.json proof.json
- name: upload macOS x86_64 artifacts
if: false
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 05a1c8c

Please sign in to comment.