Exclude other OS different than Linux in CI
This commit is contained in:
parent
22243d296c
commit
aee9770f8b
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -24,8 +24,6 @@ jobs:
|
||||
matrix:
|
||||
os: [
|
||||
ubuntu-latest,
|
||||
windows-latest,
|
||||
macos-latest
|
||||
]
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 15
|
||||
@ -39,4 +37,7 @@ jobs:
|
||||
- name: Zig environment variables
|
||||
run: zig env
|
||||
- name: Test
|
||||
run: zig build test -Dall --summary all
|
||||
run: |
|
||||
zig build test -Dall --summary all
|
||||
zig build run -- test/first/main.nat
|
||||
nat/first
|
||||
|
Loading…
x
Reference in New Issue
Block a user