Remove debug from builds and tests

The info and above errors should be more than enough for debugging
failures in GitHuB Actions CI.
This commit is contained in:
Dylan Arbour
2024-02-22 12:59:27 -05:00
parent 2f3c7c2c07
commit e2cab03234

View File

@@ -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: |