1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

tests/nixos: Rename back S3 store nixos test

This commit is contained in:
Sergei Zimmerman 2025-10-16 20:34:15 +03:00
parent f84b33644c
commit b1d067c9bb
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -199,7 +199,7 @@ in
user-sandboxing = runNixOSTest ./user-sandboxing;
curl-s3-binary-cache-store = runNixOSTest ./curl-s3-binary-cache-store.nix;
s3-binary-cache-store = runNixOSTest ./s3-binary-cache-store.nix;
fsync = runNixOSTest ./fsync.nix;