Skip to content

Commit 42e4bcb

Browse files
committed
Add VERBOSE=1 to mac CI.
1 parent 36a5cfd commit 42e4bcb

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
- name: Test Install
3535
run: sudo janet -e '(bundle/install "spork")'
3636
- name: Run Tests
37-
run: cd spork && janet -l ./bundle -e "(check)"
37+
run: cd spork && VERBOSE=1 janet -l ./bundle -e "(check)"
3838

3939
test-windows:
4040
name: Build and test on Windows

0 commit comments

Comments
 (0)