github: add kyua debug

This commit is contained in:
Ariadne Conill 2020-08-24 03:11:45 -06:00
parent 1384b38c78
commit 3abe6b1bd5
2 changed files with 5 additions and 2 deletions

View file

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

View file

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