mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
kubernetes: add kubectl to passthru.tests
This commit is contained in:
parent
afe983cca3
commit
6647988f19
1 changed files with 1 additions and 1 deletions
|
@ -91,5 +91,5 @@ buildGoModule rec {
|
|||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
passthru.tests = nixosTests.kubernetes;
|
||||
passthru.tests = nixosTests.kubernetes // { inherit kubectl; };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue