diff options
| author | 2024-10-05 18:05:22 -0500 | |
|---|---|---|
| committer | 2024-10-05 18:05:22 -0500 | |
| commit | ca774c40040b5b02c6c08a9f23a526523dd4a55e (patch) | |
| tree | 7a5d1231c175b0a1428c83a6807441ad08389d0b /.github/workflows | |
| parent | Split bundle hooks into separate files. (diff) | |
Update build and test instructions.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98c6a6a..a4db875 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 -l ./bundle -e "(test)" + run: cd spork && janet bundle/test.janet test-windows: name: Build and test on Windows @@ -64,4 +64,4 @@ jobs: - name: Run Tests shell: cmd run: | - refreshenv & cd spork & janet -l ./bundle -e "(test)" + refreshenv & cd spork & janet bundle/test.janet |
