about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorKim Lindberger <kim.lindberger@gmail.com>2020-11-03 18:31:19 +0100
committerGitHub <noreply@github.com>2020-11-03 18:31:19 +0100
commitcf2d180a124284ccaaaae60ca928071eec9f0a1d (patch)
tree0114f718bdff4d58a90933f69fcfb237dd193b49 /nixos/tests/all-tests.nix
parente90cfc722dceae9ac947e51fe33f66e972beb0ea (diff)
parent89e83833af35bd0ec3fdc65c435358a676a41d89 (diff)
Merge pull request #99906 from talyz/keycloak
nixos/keycloak: 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 4e4d8b5e68943..553f4f8fc4cc1 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -175,6 +175,7 @@ in
   kernel-latest = handleTest ./kernel-latest.nix {};
   kernel-lts = handleTest ./kernel-lts.nix {};
   kernel-testing = handleTest ./kernel-testing.nix {};
+  keycloak = discoverTests (import ./keycloak.nix);
   keymap = handleTest ./keymap.nix {};
   knot = handleTest ./knot.nix {};
   krb5 = discoverTests (import ./krb5 {});