We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e83a0 commit 1fbbab7Copy full SHA for 1fbbab7
.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=safe --summary all
+ 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