github: add kyua debug
This commit is contained in:
parent
1384b38c78
commit
3abe6b1bd5
2 changed files with 5 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -15,5 +15,8 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Build and run tests
|
||||
- name: Build
|
||||
run: make
|
||||
|
||||
- name: Run tests
|
||||
run: make check
|
||||
|
|
2
Makefile
2
Makefile
|
@ -111,7 +111,7 @@ clean:
|
|||
rm -f ${MANPAGES}
|
||||
|
||||
check: ${LIBIFUPDOWN_LIB} ${CMDS}
|
||||
kyua test
|
||||
kyua test || kyua report --verbose
|
||||
|
||||
install: all
|
||||
install -D -m755 ${MULTICALL} ${DESTDIR}/sbin/${MULTICALL}
|
||||
|
|
Loading…
Reference in a new issue