Skip to content

Commit 8dabf4c

Browse files
[ci] Build code in Release mode instead of Debug mode
1 parent 008ce3e commit 8dabf4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/qa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Build
9292
run: |
93-
make debug
93+
make release
9494
- name: Run tests
9595
run: |
9696
make test

0 commit comments

Comments
 (0)