Skip to content

Commit 74b4e92

Browse files
committed
ci: do run the check phase
We do not want any regressions to slip through. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 0e3a555 commit 74b4e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ message 'Building packages'
3636
for package in "${packages[@]}"; do
3737
echo "::group::[build] ${package}"
3838
execute 'Fetch keys' "$DIR/fetch-validpgpkeys.sh"
39-
execute 'Building binary' makepkg --noconfirm --noprogressbar --nocheck --syncdeps --rmdeps --cleanbuild
39+
execute 'Building binary' makepkg --noconfirm --noprogressbar --check --syncdeps --rmdeps --cleanbuild
4040
execute 'Building source' makepkg --noconfirm --noprogressbar --allsource
4141
echo "::endgroup::"
4242

0 commit comments

Comments
 (0)