Unverified Commit e24cc572 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

cero: disable tests (#387240)

parents f518c46c ceb13880
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";