dmarc-report-converter: add checkFlags to run the unittests

This commit is contained in:
Andreas Zweili
2024-11-22 19:16:38 +01:00
parent 4449484156
commit eeed5c04c9
@@ -19,6 +19,8 @@ buildGoModule rec {
vendorHash = null;
checkFlags = [ "-mod=vendor ./cmd/... ./pkg/..." ];
ldflags = [
"-s"
"-w"