1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Add a basic daemon authorization test

This commit is contained in:
Robert Hensing 2023-02-07 16:36:10 +01:00
parent 895dfc656a
commit 72b18f05a2
2 changed files with 81 additions and 0 deletions

View file

@ -499,6 +499,8 @@
};
# System tests.
tests.authorization = runNixOSTestFor "x86_64-linux" ./tests/nixos/authorization.nix;
tests.remoteBuilds = runNixOSTestFor "x86_64-linux" ./tests/nixos/remote-builds.nix;
tests.nix-copy-closure = runNixOSTestFor "x86_64-linux" ./tests/nixos/nix-copy-closure.nix;