We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zig build
1 parent 81bf360 commit 4420e3fCopy full SHA for 4420e3f
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
run: zig build test --summary all
32
33
- name: Build release binary
34
- run: zig build --release=fast
+ run: zig build --release=fast --summary all
35
36
- name: Log in to the Container registry
37
if: github.event_name != 'pull_request'
0 commit comments