From 6066106b3c066a6091d3edb2367c4f0a15c87025 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 15 Dec 2025 22:51:16 +0000 Subject: [PATCH] ci: remove --quiet from mkosi integration suite run Given the integration tests take a while to run, it is useful to see at which point it is while it is running. Sometimes only a test script or such subset is changed, which means there's no need to wait for the entire suite to run, especially with the sanitizers job which is super slow. Partially reverts 9848f56cc68a5f193d515f080b7b01e6a689ae22 --- .github/workflows/mkosi.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index da9e730d470..5a5ea8d4f76 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -308,7 +308,6 @@ jobs: --print-errorlogs \ --no-stdsplit \ --num-processes "$(($(nproc) - 1))" \ - --quiet \ "${MAX_LINES[@]}" - name: Archive failed test journals -- 2.47.3