castor: enable parallels tests with nextest
This commit is contained in:
parent
4275456456
commit
a1bf5b3515
1 changed files with 1 additions and 2 deletions
|
@ -40,8 +40,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
postInstall = "make PREFIX=$out copy-data";
|
||||
|
||||
# Sometimes tests fail when run in parallel
|
||||
dontUseCargoParallelThreads = true;
|
||||
useNextest = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A graphical client for plain-text protocols written in Rust with GTK. It currently supports the Gemini, Gopher and Finger protocols";
|
||||
|
|
Loading…
Reference in a new issue