1
1
Fork 0
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:
Eelco Dolstra 2021-09-14 11:34:17 +02:00 committed by John Ericson
parent ddbb122df1
commit 68d6ebd984

View file

@ -248,7 +248,7 @@ let
installPhase = ''
mkdir -p $out
'';
installCheckPhase = "make installcheck";
installCheckPhase = "make installcheck -j$NIX_BUILD_CORES -l$NIX_BUILD_CORE";
};
testAgainstSelf = pkgs.lib.genAttrs systems (system: