1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-18 11:19:56 +00:00
This commit is contained in:
Calvin Rose 2023-10-08 17:18:36 -05:00
parent 2a3b101bd8
commit d497612bce

View File

@ -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