Skip to content

Commit 884f471

Browse files
committed
CI: run zig build run-all-tests
1 parent 5814f8d commit 884f471

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ jobs:
3636

3737
- name: Build
3838
run: zig build --summary all
39+
40+
- name: Test
41+
run: zig build run-all-tests --summary all

0 commit comments

Comments
 (0)