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:
|
matrix:
|
||||||
os: [
|
os: [
|
||||||
ubuntu-latest,
|
ubuntu-latest,
|
||||||
windows-latest,
|
|
||||||
macos-latest
|
|
||||||
]
|
]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
@ -39,4 +37,7 @@ jobs:
|
|||||||
- name: Zig environment variables
|
- name: Zig environment variables
|
||||||
run: zig env
|
run: zig env
|
||||||
- name: Test
|
- 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