diff options
| author | 2024-09-24 08:07:49 -0500 | |
|---|---|---|
| committer | 2024-09-24 08:07:49 -0500 | |
| commit | 8cea33f65d5d5004c587b602192812d98e355d87 (patch) | |
| tree | c979b8e9ac19c4dbe98a923423b3e7df5c47f17e /.github | |
| parent | Add test callback in bundle. (diff) | |
No Powershell!
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 3 |
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`)" |
