Commit ceb13880 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

cero: disable tests

parent cdd87aa7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@ buildGoModule rec {
    "-w"
  ];

  # Tests are comparing output
  doCheck = false;

  meta = with lib; {
    description = "Scrape domain names from SSL certificates of arbitrary hosts";
    homepage = "https://github.com/glebarez/cero";