Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
zig-version:
- 0.14.0
- 0.14.1
- master # Let's test master while it works so that breaking it is deliberate decision
os:
- ubuntu-latest
Expand All @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Zig
uses: mlugg/setup-zig@v1
uses: mlugg/setup-zig@v2
with:
version: ${{ matrix.zig-version }}

Expand All @@ -36,6 +36,3 @@ jobs:

- name: Build
run: zig build --summary all

- name: Test
run: zig build run-all-tests --summary all
Loading