mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
berglas: add version test
This commit is contained in:
parent
1db6ed0885
commit
c9d6b8a2ba
@ -1,4 +1,4 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
{ lib, buildGoModule, fetchFromGitHub, testers, berglas }:
|
||||
|
||||
let
|
||||
skipTests = {
|
||||
@ -46,6 +46,12 @@ buildGoModule rec {
|
||||
|
||||
postPatch = skipTestsCommand;
|
||||
|
||||
passthru.tests = {
|
||||
version = testers.testVersion {
|
||||
package = berglas;
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool for managing secrets on Google Cloud";
|
||||
homepage = "https://github.com/GoogleCloudPlatform/berglas";
|
||||
|
Loading…
Reference in New Issue
Block a user