Skip to content

Commit

Permalink
Remove github action *gas report* as it takes too much time to run. (#…
Browse files Browse the repository at this point in the history
…1290)

Remove github action *gas report* as it takes too much time to run in CI.
  • Loading branch information
philippecamacho authored Apr 1, 2024
1 parent d0ccb9e commit e55ff71
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e55ff71

Please sign in to comment.