Skip to content

Commit

Permalink
ci: do run the check phase
Browse files Browse the repository at this point in the history
We do not want any regressions to slip through.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Aug 24, 2022
1 parent 2636735 commit 94ae74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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::"

Expand Down

0 comments on commit 94ae74e

Please sign in to comment.