Skip to content

Commit

Permalink
Remove debug from builds and tests
Browse files Browse the repository at this point in the history
The info and above errors should be more than enough for debugging
failures in GitHuB Actions CI.
  • Loading branch information
arbourd committed Feb 22, 2024
1 parent 2f3c7c2 commit 819e358
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ jobs:
--openssl \
--njs \
--cc-opt="-I njs/src/ -I njs/build" \
--ld-opt="-L njs/build" \
--debug
--ld-opt="-L njs/build"
- name: Make unit
run: |
Expand Down

0 comments on commit 819e358

Please sign in to comment.