diff options
| author | 2023-10-08 17:18:36 -0500 | |
|---|---|---|
| committer | 2023-10-08 17:18:36 -0500 | |
| commit | d497612bceb902c7621672ad10039dabf3ca1915 (patch) | |
| tree | d5eca492f6a25a6d656fccacb63208afa165934c /.github | |
| parent | ktrace trace -c (diff) | |
Revert
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 4d18b786..2f5cb19c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,14 +12,14 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-latest ] + os: [ ubuntu-latest, macos-latest ] steps: - name: Checkout the repository uses: actions/checkout@master - name: Compile the project run: make clean && make - name: Test the project - run: VERBOSE=1 sudo ktrace trace -c build/janet test/suite-os.janet + run: make test test-windows: name: Build and test on Windows |
