summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2021-01-08 03:03:00 +0000
committerLuke Granger-Brown <git@lukegb.com>2021-03-29 10:41:41 +0000
commit309e836c3348debeef30463543b1a6830415db6b (patch)
tree3b55dd5fde6ce879d07c5e58de2833e2727c7693 /nixos/tests/all-tests.nix
parentcb2f1df0348268ed5b7bec54becb6a010be33e03 (diff)
downloadnixpkgs-309e836c3348debeef30463543b1a6830415db6b.tar
nixpkgs-309e836c3348debeef30463543b1a6830415db6b.tar.gz
nixpkgs-309e836c3348debeef30463543b1a6830415db6b.tar.bz2
nixpkgs-309e836c3348debeef30463543b1a6830415db6b.tar.lz
nixpkgs-309e836c3348debeef30463543b1a6830415db6b.tar.xz
nixpkgs-309e836c3348debeef30463543b1a6830415db6b.tar.zst
nixpkgs-309e836c3348debeef30463543b1a6830415db6b.zip
nixos/tests/pomerium: init
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 65c7d84ee64..6cef215b133 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -318,6 +318,7 @@ in
   plikd = handleTest ./plikd.nix {};
   plotinus = handleTest ./plotinus.nix {};
   podman = handleTestOn ["x86_64-linux"] ./podman.nix {};
+  pomerium = handleTestOn ["x86_64-linux"] ./pomerium.nix {};
   postfix = handleTest ./postfix.nix {};
   postfix-raise-smtpd-tls-security-level = handleTest ./postfix-raise-smtpd-tls-security-level.nix {};
   postgis = handleTest ./postgis.nix {};