Set VERBOSE=1
to show logs on failure
This commit is contained in:
parent
0ca6e62b67
commit
38d71b2efa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -25,6 +25,6 @@ jobs:
|
|||
- name: configure
|
||||
run: ./configure
|
||||
- name: check
|
||||
run: make check
|
||||
run: make VERBOSE=1 check
|
||||
- name: distcheck
|
||||
run: make distcheck
|
||||
run: make VERBOSE=1 distcheck
|
||||
|
|
Loading…
Reference in a new issue