Skip to content

Commit

Permalink
the-way: disable check
Browse files Browse the repository at this point in the history
disable until buildRustPackage supports setting test-threads in packages

(cherry picked from commit 8b1690a)
  • Loading branch information
zowoq committed Sep 8, 2020
1 parent 4fee137 commit d351e49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/tools/the-way/default.nix
Expand Up @@ -12,7 +12,8 @@ rustPlatform.buildRustPackage rec {
};

cargoSha256 = "1a747bmc6s007ram0w4xf1y2nb3pphvqnlx59098lr3v7gllp7x3";
checkFlags = "--test-threads=1";
#checkFlags = "--test-threads=1";
doCheck = false;

meta = with stdenv.lib; {
description = "Terminal code snippets manager";
Expand Down

0 comments on commit d351e49

Please sign in to comment.