kube-router: remove checkFlags

This commit is contained in:
Aaron Jheng 2022-05-20 23:20:41 +00:00
parent 98bcd08cb1
commit b92533e71a
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -22,8 +22,6 @@ buildGoModule rec {
"-X github.com/cloudnativelabs/kube-router/pkg/version.BuildDate=Nix"
];
checkFlags = [ "-short" ];
passthru.tests.version = testers.testVersion {
package = kube-router;
};