From 1e3c22647733b47c0c6c9d8d9a0735f7391aad42 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 20 Mar 2023 18:48:48 -0600 Subject: [PATCH] update CI to run cargo tests --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3f14f1..43623f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,5 @@ jobs: key: ${{ runner.os }}-circom-${{ hashFiles('./scripts/install-circom.sh') }} - name: Install circom if not cached run: sh ./scripts/install-circom.sh - - run: npm ci - name: Run the tests - run: npm test + run: RUST_BACKTRACE=full cargo test -r