From 791f6d2625d06cd5c91da6202942cf2274baaa89 Mon Sep 17 00:00:00 2001 From: atarpara Date: Fri, 13 Sep 2024 11:28:02 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20CI=20Foundry=20Gas=20Diff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59bf7838bb..9dc4431596 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/foundry-gas-diff-action@v0.1 + with: + include-fuzz-tests: 'false'