Skip to content

Commit 950fb36

Browse files
Skip size check for tests and scripts
1 parent 953c344 commit 950fb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Run Forge build
3636
run: |
37-
forge build --sizes --contracts src/
37+
forge build --sizes --skip test --skip script
3838
id: build
3939

4040
- name: Run Forge tests

0 commit comments

Comments
 (0)