Skip to content

Commit

Permalink
Merge fa3c356 into d940f6e
Browse files Browse the repository at this point in the history
  • Loading branch information
qd-qd authored Aug 9, 2023
2 parents d940f6e + fa3c356 commit 650ea27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

# TODO: Rework the job to correctly print the output of the test command
- name: Run tests with gas reporting
run: forge test --gas-report > gasreport.ansi
run: forge test --gas-report --no-match-test "test(Fuzz)?_RevertWhen_\\w{1,}?" > gasreport.ansi

- name: Compare gas reports
uses: Rubilmax/[email protected]
Expand Down

0 comments on commit 650ea27

Please sign in to comment.