Skip to content

Commit d47d40b

Browse files
committed
Build in debug mode for now
1 parent 1863341 commit d47d40b

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 --summary all
34+
run: zig build --debug --summary all
3535

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

0 commit comments

Comments
 (0)