From 587020b988d24c220346eb382c7d3782a0cf49e0 Mon Sep 17 00:00:00 2001 From: vbasiuk Date: Fri, 16 Feb 2024 10:53:16 +0200 Subject: [PATCH] test gen --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e02f6048..cf69941d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'