Merge pull request #167413 from superherointj/package-kubeseal-enable-tests

kubeseal: enable tests
This commit is contained in:
Artturi 2022-04-06 04:48:58 +03:00 committed by GitHub
commit c726f6c67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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