From 74b4e92b1f7c39cea5dd4d69cbd6ce14b7eeba8c Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 28 Jul 2022 22:16:55 +0200 Subject: [PATCH] ci: do run the `check` phase We do not want any regressions to slip through. Signed-off-by: Johannes Schindelin --- .ci/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/ci-build.sh b/.ci/ci-build.sh index 8482a3b82cb..7a14e358585 100755 --- a/.ci/ci-build.sh +++ b/.ci/ci-build.sh @@ -36,7 +36,7 @@ message 'Building packages' for package in "${packages[@]}"; do echo "::group::[build] ${package}" execute 'Fetch keys' "$DIR/fetch-validpgpkeys.sh" - execute 'Building binary' makepkg --noconfirm --noprogressbar --nocheck --syncdeps --rmdeps --cleanbuild + execute 'Building binary' makepkg --noconfirm --noprogressbar --check --syncdeps --rmdeps --cleanbuild execute 'Building source' makepkg --noconfirm --noprogressbar --allsource echo "::endgroup::"