mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 05:56:03 +01:00
nix-tests: Run 'make installcheck' in parallel
(cherry picked from commit 6ff19ce137)
This commit is contained in:
parent
ddbb122df1
commit
68d6ebd984
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ let
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
'';
|
'';
|
||||||
installCheckPhase = "make installcheck";
|
installCheckPhase = "make installcheck -j$NIX_BUILD_CORES -l$NIX_BUILD_CORE";
|
||||||
};
|
};
|
||||||
|
|
||||||
testAgainstSelf = pkgs.lib.genAttrs systems (system:
|
testAgainstSelf = pkgs.lib.genAttrs systems (system:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue