Skip to content

Commit

Permalink
ci: add job to check contract sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopernas committed Mar 11, 2024
1 parent 7777f17 commit 390b0c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml → .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Foundry

on:
pull_request:
Expand All @@ -21,5 +21,8 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Test
- name: Check contract sizes
run: forge build --sizes

- name: Tests
run: forge test

0 comments on commit 390b0c2

Please sign in to comment.