nix-tests: Run 'make installcheck' in parallel
This commit is contained in:
parent
1ca7394a9e
commit
6ff19ce137
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue