unbound: add prometheus exporter test to passthru
This commit is contained in:
parent
44500c34d4
commit
d5ef2443ad
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ stdenv.mkDerivation rec {
|
|||
passthru.tests = {
|
||||
inherit gnutls;
|
||||
nixos-test = nixosTests.unbound;
|
||||
nixos-test-exporter = nixosTests.prometheus-exporters.unbound;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue