aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-10-08 15:51:44 -0500
committerCalvin Rose <calsrose@gmail.com>2023-10-08 15:51:44 -0500
commit87de1e576655a296931f739270cbcb8b6f98ffbd (patch)
treef5964dd78e61f024e942822a2c91ec82547c5d6c /.github
parentMac please (diff)
Quick experiment on macos
Diffstat (limited to '.github')
-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 2f5cb19c..1df6968b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -12,14 +12,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ ubuntu-latest, macos-latest ]
+ os: [ macos-latest ]
steps:
- name: Checkout the repository
uses: actions/checkout@master
- name: Compile the project
run: make clean && make
- name: Test the project
- run: make test
+ run: VERBOSE=1 ktrace build/janet test/suite-os.janet
test-windows:
name: Build and test on Windows