Skip to content

Commit 72cf079

Browse files
committed
chore: Comment out test step in CI workflow for future implementation
1 parent 47297f4 commit 72cf079

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
run: |
3737
forge build --sizes
3838
id: build
39-
40-
- name: Run Forge tests
41-
run: |
42-
forge test -vvv
43-
id: test
39+
#TDO: Uncomment when tests are available
40+
# - name: Run Forge tests
41+
# run: |
42+
# forge test -vvv
43+
# id: test

0 commit comments

Comments
 (0)