We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a5cfd commit 42e4bcbCopy full SHA for 42e4bcb
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Test Install
35
run: sudo janet -e '(bundle/install "spork")'
36
- name: Run Tests
37
- run: cd spork && janet -l ./bundle -e "(check)"
+ run: cd spork && VERBOSE=1 janet -l ./bundle -e "(check)"
38
39
test-windows:
40
name: Build and test on Windows
0 commit comments