mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Add a VM test for S3BinaryCacheStore
Fixes #11238.
(cherry picked from commit 2950f9e18a
)
This commit is contained in:
parent
f1dc3b7d55
commit
d80bf54e3b
3 changed files with 66 additions and 1 deletions
|
@ -148,4 +148,6 @@ in
|
|||
user-sandboxing = runNixOSTestFor "x86_64-linux" ./user-sandboxing;
|
||||
|
||||
fetchurl = runNixOSTestFor "x86_64-linux" ./fetchurl.nix;
|
||||
|
||||
s3-binary-cache-store = runNixOSTestFor "x86_64-linux" ./s3-binary-cache-store.nix;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue