mkosi: Do not run unit tests during build by default

We want the incremental builds to be as fast as possible, so let's
not run the unit tests locally during the image build by default.
This commit is contained in:
Daan De Meyer
2025-02-20 10:30:16 +01:00
parent 75ace9fd84
commit bddfcd9629
3 changed files with 3 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ jobs:
UseSubvolumes=yes
ToolsTreeDistribution=${{ matrix.distro }}
ToolsTreeRelease=${{ matrix.release }}
WithTests=yes
WorkspaceDirectory=$TMPDIR
PackageCacheDirectory=$TMPDIR/cache