aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/the-way
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-09-09 21:39:23 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-09-24 08:55:03 +1000
commita6c17c9cdd23af192a811e6c7b3cfb37fcd986fb (patch)
tree02d6753973a8f159c3c55beecf7e43fec826d639 /pkgs/development/tools/the-way
parent664170166edb47028adb71f4edd3a1dc69873799 (diff)
the-way: use cargoParallelTestThreads
Diffstat (limited to 'pkgs/development/tools/the-way')
-rw-r--r--pkgs/development/tools/the-way/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/the-way/default.nix b/pkgs/development/tools/the-way/default.nix
index dce18580577c..6042f5f891a6 100644
--- a/pkgs/development/tools/the-way/default.nix
+++ b/pkgs/development/tools/the-way/default.nix
@@ -16,8 +16,8 @@ rustPlatform.buildRustPackage rec {
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ AppKit Security ];
cargoSha256 = "0adhgp6blwx7s1hlwqzzsgkzc43q9avxx8a9ykvvv2s1w7m9ql78";
- #checkFlags = "--test-threads=1";
- doCheck = false;
+ checkFlagsArray = stdenv.lib.optionals stdenv.isDarwin [ "--skip=copy" ];
+ cargoParallelTestThreads = false;
postInstall = ''
$out/bin/the-way config default tmp.toml