Skip to content

Commit

Permalink
castor: disable check
Browse files Browse the repository at this point in the history
disable until buildRustPackage supports setting test-threads in packages
  • Loading branch information
zowoq committed Sep 7, 2020
1 parent 53ce0bf commit 6a593a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/networking/browsers/castor/default.nix
Expand Up @@ -39,7 +39,8 @@ rustPlatform.buildRustPackage rec {
postInstall = "make PREFIX=$out copy-data";

# Sometimes tests fail when run in parallel
checkFlags = [ "--test-threads=1" ];
#checkFlags = [ "--test-threads=1" ];
doCheck = false;

meta = with stdenv.lib; {
description = "A graphical client for plain-text protocols written in Rust with GTK. It currently supports the Gemini, Gopher and Finger protocols";
Expand Down

0 comments on commit 6a593a7

Please sign in to comment.