mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
castor: enable parallels tests with nextest
This commit is contained in:
parent
4275456456
commit
a1bf5b3515
@ -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 New Issue
Block a user