cero: disable tests (#387240)

This commit is contained in:
Fabian Affolter
2025-03-05 16:54:25 +01:00
committed by GitHub
+3
View File
@@ -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";