aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-03-28 09:46:23 -0500
committerCalvin Rose <calsrose@gmail.com>2025-03-28 09:48:08 -0500
commit09c5b30a742db17878e90ade3609dea39bb47f24 (patch)
tree8f89a2c974921d0c4dcc89a680fcc4a0cd8bb336 /.github/workflows
parentMove man pages to $syspath/man/man1 (diff)
Remove old bundle files.
These were used to build spork before declare-cc.janet
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c2256ab..9fd2ec0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
- name: Test Install
run: sudo janet -e '(bundle/install "spork")'
- name: Run Tests
- run: cd spork && janet bundle/test.janet
+ run: cd spork && janet -l ./bundle -e "(check)"
test-windows:
name: Build and test on Windows
@@ -64,4 +64,4 @@ jobs:
- name: Run Tests
shell: cmd
run: |
- refreshenv & cd spork & janet bundle/test.janet
+ refreshenv & cd spork & janet -l ./bundle -e "(check)"