diff options
| author | 2023-10-08 15:51:44 -0500 | |
|---|---|---|
| committer | 2023-10-08 15:51:44 -0500 | |
| commit | 87de1e576655a296931f739270cbcb8b6f98ffbd (patch) | |
| tree | f5964dd78e61f024e942822a2c91ec82547c5d6c /.github | |
| parent | Mac please (diff) | |
Quick experiment on macos
Diffstat (limited to '.github')
| -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 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 |
