Commit a1bf5b35 authored by figsoda's avatar figsoda
Browse files

castor: enable parallels tests with nextest

parent 42754564
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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";