From e55ff7100ac8a2f8c3db757d145a4190eb8e0a3a Mon Sep 17 00:00:00 2001 From: Philippe Camacho Date: Mon, 1 Apr 2024 10:22:53 -0300 Subject: [PATCH] Remove github action *gas report* as it takes too much time to run. (#1290) Remove github action *gas report* as it takes too much time to run in CI. --- .github/workflows/contracts.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/contracts.yml b/.github/workflows/contracts.yml index 807fc0e9ff..4127b8962d 100644 --- a/.github/workflows/contracts.yml +++ b/.github/workflows/contracts.yml @@ -85,8 +85,4 @@ jobs: if: ${{ github.event_name != 'pull_request' }} run: | nix develop --accept-flake-config -c forge test -vvv - - - name: Gas Report - run: | - nix develop --accept-flake-config -c forge test --mt testFuzz_ConsecutiveUpdate --gas-report - nix develop --accept-flake-config -c forge test --mc PlonkVerifier_verify_Test --mt test_verify_succeeds -vvvv + \ No newline at end of file