gitAndTools.git-interactive-rebase-tool: use cargoParallelTestThreads
This commit is contained in:
parent
f294531f17
commit
664170166e
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
buildInputs = [ ncurses5 ] ++ stdenv.lib.optionals stdenv.isDarwin [ libiconv Security ];
|
||||
|
||||
#checkFlagsArray = [ "--test-threads=1" ];
|
||||
doCheck = false;
|
||||
cargoParallelTestThreads = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/MitMaro/git-interactive-rebase-tool";
|
||||
|
|
Loading…
Reference in a new issue