testkube: do not skip check phase

This commit is contained in:
Mathieu St-Louis 2024-11-10 19:57:52 -05:00
parent e25f98f28d
commit feb8a2753c

View File

@ -23,7 +23,6 @@ buildGoModule rec {
"-X main.date=1970-01-01-00:00:01"
];
doCheck = false;
subPackages = [ "cmd/kubectl-testkube" ];
meta = {