Skip to content

Commit ef574fa

Browse files
committed
Build debug builds by default
When users have issues, now there will be full stack traces
1 parent b974865 commit ef574fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Build
2929
run: |
30-
zig build --release
30+
zig build
3131
3232
- name: Checkout history branch
3333
run: |
@@ -45,7 +45,7 @@ jobs:
4545
EXCLUDE_REPOS: ${{ secrets.EXCLUDE_REPOS }}
4646
EXCLUDE_LANGS: ${{ secrets.EXCLUDE_LANGS }}
4747
EXCLUDE_PRIVATE: "false"
48-
DEBUG: "false"
48+
SILENT: "true"
4949
# TODO: Remove this when they get their API working again
5050
# https://github.com/orgs/community/discussions/192970
5151
MAX_RETRIES: 5

0 commit comments

Comments
 (0)