spire: add nixos tests to passthru
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
nixosTests,
|
||||
openssl,
|
||||
}:
|
||||
|
||||
@@ -85,6 +86,10 @@ buildGoModule (finalAttrs: {
|
||||
runHook postInstallCheck
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) spire;
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "SPIFFE Runtime Environment";
|
||||
homepage = "https://spiffe.io/";
|
||||
|
||||
Reference in New Issue
Block a user