mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Add a VM test for fsync-store-paths
Based on https://github.com/squalus/nix-durability-tests/blob/master/flake.nix.
This commit is contained in:
parent
21a164aa03
commit
9ff0b55d4e
2 changed files with 41 additions and 0 deletions
|
@ -155,4 +155,6 @@ in
|
|||
user-sandboxing = runNixOSTestFor "x86_64-linux" ./user-sandboxing;
|
||||
|
||||
s3-binary-cache-store = runNixOSTestFor "x86_64-linux" ./s3-binary-cache-store.nix;
|
||||
|
||||
fsync = runNixOSTestFor "x86_64-linux" ./fsync.nix;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue