aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-10-08 17:18:36 -0500
committerCalvin Rose <calsrose@gmail.com>2023-10-08 17:18:36 -0500
commitd497612bceb902c7621672ad10039dabf3ca1915 (patch)
treed5eca492f6a25a6d656fccacb63208afa165934c /.github
parentktrace trace -c (diff)
Revert
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 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