Merge pull request #204592 from figsoda/use-nextest
treewide: enable cargo parallel tests with nextest
This commit is contained in:
commit
32df8276ec
@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
Security
|
Security
|
||||||
];
|
];
|
||||||
|
|
||||||
dontUseCargoParallelTests = true;
|
useNextest = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "CLI tool to input and store your ideas without leaving the terminal";
|
description = "CLI tool to input and store your ideas without leaving the terminal";
|
||||||
|
@ -40,8 +40,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
postInstall = "make PREFIX=$out copy-data";
|
postInstall = "make PREFIX=$out copy-data";
|
||||||
|
|
||||||
# Sometimes tests fail when run in parallel
|
useNextest = true;
|
||||||
dontUseCargoParallelThreads = true;
|
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
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