Skip to content

Commit

Permalink
remove size check from action
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Apr 17, 2023
1 parent 1ea090c commit dbf0bcf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
yarn hint
yarn install --production
- name: Run Forge Size Check
run: |
forge build --sizes
id: sizes

- name: Run Forge tests
run: |
forge test -vvv
Expand Down

0 comments on commit dbf0bcf

Please sign in to comment.