Skip to content

Commit

Permalink
test gen
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Feb 16, 2024
1 parent 4563e5e commit 587020b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
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../
run: cd testvectorgen && go test ./...

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

0 comments on commit 587020b

Please sign in to comment.