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:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user