nix-tests: Run 'make installcheck' in parallel

This commit is contained in:
Eelco Dolstra 2021-09-14 11:34:17 +02:00
parent 1ca7394a9e
commit 6ff19ce137

View file

@ -178,8 +178,8 @@
installPhase = ''
mkdir -p $out
'';
installCheckPhase = "make installcheck";
installCheckPhase = "make installcheck -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES";
};
binaryTarball = buildPackages: nix: pkgs: let