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

This commit is contained in:
Andreas Zweili 2024-10-27 14:46:25 +01:00
parent 4449484156
commit eeed5c04c9

View File

@ -19,6 +19,8 @@ buildGoModule rec {
vendorHash = null;
checkFlags = [ "-mod=vendor ./cmd/... ./pkg/..." ];
ldflags = [
"-s"
"-w"