Skip to content

Commit

Permalink
github: remove benchmark step
Browse files Browse the repository at this point in the history
The --gas-report flag of the forge test command seems to conflict with
blobhash mocks in tests, making the new EIP-4844 tests fail, despite
they pass without this flag.

Turn off benchmarks temporarily, to unblock EIP-4844 development.
This should be debugged and fixed later.

Signed-off-by: Wojciech Zmuda <[email protected]>
  • Loading branch information
wzmuda committed Sep 11, 2024
1 parent f45633c commit 7df668b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
run: make build

- name: Run Tests
run: make test

- name: Run Benchmarks
run: |
make bench
make test
make snapshot

0 comments on commit 7df668b

Please sign in to comment.