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

Add tests for daemon with cgroups

This commit is contained in:
Parker Hoyes 2024-09-03 17:27:56 +00:00
parent 46b3188045
commit 4c88deef38
3 changed files with 52 additions and 0 deletions

View file

@ -157,4 +157,6 @@ in
s3-binary-cache-store = runNixOSTestFor "x86_64-linux" ./s3-binary-cache-store.nix;
fsync = runNixOSTestFor "x86_64-linux" ./fsync.nix;
cgroups = runNixOSTestFor "x86_64-linux" ./cgroups;
}