From 4563e5ea202e0688c2a95236d71c8df2e2ac19b6 Mon Sep 17 00:00:00 2001 From: vbasiuk Date: Fri, 16 Feb 2024 10:51:02 +0200 Subject: [PATCH] generate testvectors --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a67e3a4f..e02f6048 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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