Skip to content

Commit 00a2aa7

Browse files
committed
chore(ci): show full test summary in CI output
- update Zig test command to include --summary all flag - improve visibility of test results in GitHub Actions logs
1 parent 9966d0c commit 00a2aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: Build and test with Zig
28-
run: zig build test
28+
run: zig build test --summary all

0 commit comments

Comments
 (0)