Skip to content

Commit f3fba19

Browse files
committed
drops size checks on builds
Signed-off-by: Stefan Adolf <[email protected]>
1 parent a1438c4 commit f3fba19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
- name: Install node dependencies
2626
run: yarn --frozen-lockfile
2727

28+
#todo: forge build --sizes
2829
- name: Run Forge build
2930
run: |
3031
forge --version
31-
forge build --sizes
32+
forge build
3233
id: build
3334

3435
- name: Run Forge tests

0 commit comments

Comments
 (0)