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:
parent
895dfc656a
commit
72b18f05a2
2 changed files with 81 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue