Skip to content

Commit 7bf6ac9

Browse files
committed
Build with zig master
1 parent d7a4f50 commit 7bf6ac9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
zig-version: ["0.14.1"]
17+
zig-version: ["0.14.1", "master"]
1818
os: [ubuntu-latest, macos-latest, windows-latest]
1919

2020
runs-on: ${{ matrix.os }}
@@ -27,8 +27,8 @@ jobs:
2727
- name: Build
2828
run: zig build --summary all
2929

30-
- name: Run tests
31-
run: zig build test --summary all
32-
3330
- name: Build & Run example tests
3431
run: cd example && zig build test --summary all
32+
33+
- name: Run tests
34+
run: zig build test --summary all

0 commit comments

Comments
 (0)