summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2017-10-16 19:36:13 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2017-10-16 20:31:49 +0200
commit12d6fed2ba3d6ad40f493e320fe55995166783fd (patch)
tree140368ec1834c56af175163e8b3d3e13769d3a61 /nixos/release.nix
parent774d05878a9c50400cb6556044dd3ae9d833e2d7 (diff)
downloadnixpkgs-12d6fed2ba3d6ad40f493e320fe55995166783fd.tar
nixpkgs-12d6fed2ba3d6ad40f493e320fe55995166783fd.tar.gz
nixpkgs-12d6fed2ba3d6ad40f493e320fe55995166783fd.tar.bz2
nixpkgs-12d6fed2ba3d6ad40f493e320fe55995166783fd.tar.lz
nixpkgs-12d6fed2ba3d6ad40f493e320fe55995166783fd.tar.xz
nixpkgs-12d6fed2ba3d6ad40f493e320fe55995166783fd.tar.zst
nixpkgs-12d6fed2ba3d6ad40f493e320fe55995166783fd.zip
nixos/tests: enable prometheus test
As far as I can tell, we've had this test since 2015, but it was never
enabled.
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index fecd8ce00e3..63f739e8e89 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -308,6 +308,7 @@ in rec {
   tests.postgis = callTest tests/postgis.nix {};
   #tests.pgjwt = callTest tests/pgjwt.nix {};
   tests.printing = callTest tests/printing.nix {};
+  tests.prometheus = callTest tests/prometheus.nix {};
   tests.proxy = callTest tests/proxy.nix {};
   tests.pumpio = callTest tests/pump.io.nix {};
   # tests.quagga = callTest tests/quagga.nix {};