kubeseal: enable tests

This commit is contained in:
superherointj 2022-04-05 17:56:57 -03:00
parent 651a8e8782
commit aa45331156

View File

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = null;
doCheck = false;
subPackages = [ "cmd/kubeseal" ];
ldflags = [ "-s" "-w" "-X main.VERSION=${version}" ];