Skip to content

Commit 4420e3f

Browse files
committed
Also run zig build with summary output
1 parent 81bf360 commit 4420e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: zig build test --summary all
3232

3333
- name: Build release binary
34-
run: zig build --release=fast
34+
run: zig build --release=fast --summary all
3535

3636
- name: Log in to the Container registry
3737
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)