1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

test: Add hydraJobs.tests.functional_symlinked-home

(cherry picked from commit 628c11d237)
This commit is contained in:
Robert Hensing 2024-12-16 09:53:36 +01:00 committed by Mergify
parent 3fbcd8d7ba
commit 7c4e2fdfd7
2 changed files with 38 additions and 0 deletions

View file

@ -152,6 +152,8 @@ in
functional_root = runNixOSTestFor "x86_64-linux" ./functional/as-root.nix;
functional_symlinked-home = runNixOSTestFor "x86_64-linux" ./functional/symlinked-home.nix;
user-sandboxing = runNixOSTestFor "x86_64-linux" ./user-sandboxing;
s3-binary-cache-store = runNixOSTestFor "x86_64-linux" ./s3-binary-cache-store.nix;