mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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:
1
.github/workflows/mkosi.yml
vendored
1
.github/workflows/mkosi.yml
vendored
@@ -161,6 +161,7 @@ jobs:
|
||||
UseSubvolumes=yes
|
||||
ToolsTreeDistribution=${{ matrix.distro }}
|
||||
ToolsTreeRelease=${{ matrix.release }}
|
||||
WithTests=yes
|
||||
|
||||
WorkspaceDirectory=$TMPDIR
|
||||
PackageCacheDirectory=$TMPDIR/cache
|
||||
|
||||
Reference in New Issue
Block a user