diff --git a/appimage/build-appimage b/appimage/build-appimage index 5384b04..1358117 100755 --- a/appimage/build-appimage +++ b/appimage/build-appimage @@ -93,7 +93,7 @@ make -j$(nproc) if [ "$SKIP_TESTS" = "" ]; then # Run built-in QPDF checks: - make check + make -k check fi # Prepare AppDir which is the basis for the AppImage: