From 3abe6b1bd56e059f0f8f359a9303346ece9bf07e Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Mon, 24 Aug 2020 03:11:45 -0600 Subject: [PATCH] github: add kyua debug --- .github/workflows/build.yml | 5 ++++- Makefile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0197eac..c834aa3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/Makefile b/Makefile index 736e0b6..2f3136c 100644 --- a/Makefile +++ b/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}