From 87de1e576655a296931f739270cbcb8b6f98ffbd Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 8 Oct 2023 15:51:44 -0500 Subject: [PATCH] Quick experiment on macos --- .github/workflows/test.yml | 4 ++-- 1 file 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