Skip to content

Commit

Permalink
ci: fix ci by excluding sphinxUtils from sizes check
Browse files Browse the repository at this point in the history
  • Loading branch information
xBA5ED committed Apr 3, 2024
1 parent 7ac572e commit f79d8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Run tests
run: forge snapshot --fail-fast --summary --detailed
- name: Check contract sizes
run: FOUNDRY_PROFILE=ci_sizes forge build --sizes
run: FOUNDRY_PROFILE=ci_sizes forge build --sizes --skip SphinxUtils

0 comments on commit f79d8b3

Please sign in to comment.