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 \
|
--openssl \
|
||||||
--njs \
|
--njs \
|
||||||
--cc-opt="-I njs/src/ -I njs/build" \
|
--cc-opt="-I njs/src/ -I njs/build" \
|
||||||
--ld-opt="-L njs/build" \
|
--ld-opt="-L njs/build"
|
||||||
--debug
|
|
||||||
|
|
||||||
- name: Make unit
|
- name: Make unit
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user