Skip to content

Commit

Permalink
✨ Add CI Foundry Gas Diff
Browse files Browse the repository at this point in the history
  • Loading branch information
atarpara committed Sep 13, 2024
1 parent 4f50982 commit 791f6d2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,19 @@ jobs:
check_filenames: true
ignore_words_list: usera
skip: ./.git,package-lock.json,ackee-blockchain-solady-report.pdf,EIP712Mock.sol

gas-diff:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Generate gas diff
uses: atarpara/[email protected]
with:
include-fuzz-tests: 'false'

0 comments on commit 791f6d2

Please sign in to comment.