diff --git a/release.nix b/release.nix index 4ed34c638..1c24167a5 100644 --- a/release.nix +++ b/release.nix @@ -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: