Merge pull request #99250 from yorickvP/victoriametrics-auto-test
victoriametrics: add passthru.tests
This commit is contained in:
commit
cbf2b8880b
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
{ lib, buildGoPackage, fetchFromGitHub, nixosTests }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "VictoriaMetrics";
|
||||
|
@ -15,6 +15,8 @@ buildGoPackage rec {
|
|||
|
||||
buildFlagsArray = [ "-ldflags=-s -w -X ${goPackagePath}/lib/buildinfo.Version=${version}" ];
|
||||
|
||||
passthru.tests = { inherit (nixosTests) victoriametrics; };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://victoriametrics.com/";
|
||||
description = "fast, cost-effective and scalable time series database, long-term remote storage for Prometheus";
|
||||
|
|
Loading…
Reference in a new issue