aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-09-24 08:07:49 -0500
committerCalvin Rose <calsrose@gmail.com>2024-09-24 08:07:49 -0500
commit8cea33f65d5d5004c587b602192812d98e355d87 (patch)
treec979b8e9ac19c4dbe98a923423b3e7df5c47f17e /.github/workflows
parentAdd test callback in bundle. (diff)
No Powershell!
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3c16ca4..fc0194f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -55,8 +55,11 @@ jobs:
shell: cmd
run: msiexec /i janet.msi /passive ALLUSERS=1 & refreshenv
- name: Build Spork
+ shell: cmd
run: cd spork && janet -l ./bundle -e "(build)"
- name: Run Tests
+ shell: cmd
run: cd spork && janet -l ./bundle -e "(test)"
- name: Test Install
+ shell: cmd
run: janet -e "(bundle/install `spork`)"