about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/castor
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-04 23:54:00 -0500
committerfigsoda <figsoda@pm.me>2022-12-04 23:55:48 -0500
commita1bf5b35153a9a3c8468c0031ee1d2976096c5fe (patch)
tree37ba616b1225eb27c3a07b60cc3e4625f288cf15 /pkgs/applications/networking/browsers/castor
parent427545645623e496f9215f1a6c8d4fbfe068332b (diff)
castor: enable parallels tests with nextest
Diffstat (limited to 'pkgs/applications/networking/browsers/castor')
-rw-r--r--pkgs/applications/networking/browsers/castor/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/castor/default.nix b/pkgs/applications/networking/browsers/castor/default.nix
index 5a0a7f0d215bd..6a898fb0c95d1 100644
--- a/pkgs/applications/networking/browsers/castor/default.nix
+++ b/pkgs/applications/networking/browsers/castor/default.nix
@@ -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";