diff options
| author | Victor Kareh <[email protected]> | 2026-03-12 15:17:35 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-03-12 15:29:36 -0400 |
| commit | 9c4f043357ea018afd5904ac7b910212e3dc0527 (patch) | |
| tree | 080b2bcbc17133994b197ad72b8acbbae6e6147b /.github/workflows | |
| parent | 086f1835af0d06234ed5ac295a960e5ea8aa24ea (diff) | |
| download | libmateweather-9c4f043357ea018afd5904ac7b910212e3dc0527.tar.bz2 libmateweather-9c4f043357ea018afd5904ac7b910212e3dc0527.tar.xz | |
ci: Fix builds to stop swallowing make check failures
Diffstat (limited to '.github/workflows')
| -rwxr-xr-x | .github/workflows/builds.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/builds.sh b/.github/workflows/builds.sh index b192d97..1ee76f3 100755 --- a/.github/workflows/builds.sh +++ b/.github/workflows/builds.sh @@ -27,9 +27,7 @@ if [ -f autogen.sh ]; then infoend infobegin "Check (autotools)" - make -j ${CPUS} check || { - true - } + make -j ${CPUS} check infoend infobegin "Distcheck (autotools)" |
