Merge pull request #167764 from superherointj/package-nebula-enable-tests

nebula: enable tests
This commit is contained in:
Bobby Rong 2022-04-10 13:14:43 +08:00 committed by GitHub
commit ae979da6b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "5Yv2t5vdUNCcCo2KAm1xCkRVrt6gIasKHLqH7VVPDuU=";
doCheck = false;
subPackages = [ "cmd/nebula" "cmd/nebula-cert" ];
ldflags = [ "-X main.Build=${version}" ];