From 8a0899f878b775e5d1ab252480f946a645916a65 Mon Sep 17 00:00:00 2001 From: Bartosz Nowak Date: Mon, 22 Jul 2024 10:12:18 +0200 Subject: [PATCH] ci fix --- .github/workflows/proof_verification_tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/proof_verification_tests.yml b/.github/workflows/proof_verification_tests.yml index 84eae2432..44ad17d8b 100644 --- a/.github/workflows/proof_verification_tests.yml +++ b/.github/workflows/proof_verification_tests.yml @@ -41,9 +41,6 @@ jobs: - name: Build project run: scarb build - - name: Test project - run: scarb test - - name: Run verification run: cargo run --release --bin runner -- -p target/dev/cairo_verifier.sierra.json -c ${{ matrix.cairo_version }} < examples/proofs/${{ matrix.layout }}/${{ matrix.cairo_version }}_example_proof.json