Skip to content

Commit 56652a3

Browse files
committed
update build check
1 parent 2ba9bf1 commit 56652a3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,7 @@ jobs:
2424
run: |
2525
forge --version
2626
27-
- name: Run Forge fmt
28-
run: |
29-
forge fmt --check
30-
id: fmt
31-
3227
- name: Run Forge build
3328
run: |
3429
forge build --sizes
3530
id: build
36-
37-
- name: Run Forge tests
38-
run: |
39-
forge test -vvv
40-
id: test

0 commit comments

Comments
 (0)