castor: enable parallels tests with nextest

This commit is contained in:
figsoda 2022-12-04 23:54:00 -05:00
parent 4275456456
commit a1bf5b3515

View file

@ -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";