diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-09-14 11:34:17 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-09-14 11:34:17 +0200 |
commit | 6ff19ce137e4fa91e0a4b6c67c3af7181faafc10 (patch) | |
tree | 80c8d6fa2cbb833d1c2cc866c9fa84206ae2c328 /flake.nix | |
parent | 1ca7394a9e41f179716f26db372d59f0c62a283c (diff) |
nix-tests: Run 'make installcheck' in parallel
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 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 |