Skip to content

Commit

Permalink
generate testvectors
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Feb 16, 2024
1 parent 25c9d76 commit 4563e5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Setup Circom
run: wget https://github.com/iden3/circom/releases/latest/download/circom-linux-amd64 && sudo mv ./circom-linux-amd64 /usr/bin/circom && sudo chmod +x /usr/bin/circom

- name: Generate testvectors
run: cd testvectorgen && go test ./... && cd../

- name: Install node_modules
if: steps.modules-cache.outputs.cache-hit != 'true'
run: npm install
Expand Down

0 comments on commit 4563e5e

Please sign in to comment.