From 18d4fab0ca0c414cfd5d3128df6ea08cc9634038 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 7 Mar 2023 18:05:11 -0600 Subject: [PATCH] remove build run --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4271860..25720cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,5 @@ jobs: - name: Install circom if not cached run: ./scripts/install-circom.sh - run: npm ci - - name: Try build the circuits - run: npm run build - name: Run the tests run: npm test