We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84b336 commit b1d067cCopy full SHA for b1d067c
ci/gha/tests/default.nix
@@ -222,7 +222,7 @@ rec {
222
};
223
224
vmTests = {
225
- inherit (nixosTests) curl-s3-binary-cache-store;
+ inherit (nixosTests) s3-binary-cache-store;
226
}
227
// lib.optionalAttrs (!withSanitizers && !withCoverage) {
228
# evalNixpkgs uses non-instrumented components from hydraJobs, so only run it
tests/nixos/default.nix
@@ -199,7 +199,7 @@ in
199
200
user-sandboxing = runNixOSTest ./user-sandboxing;
201
202
- curl-s3-binary-cache-store = runNixOSTest ./curl-s3-binary-cache-store.nix;
+ s3-binary-cache-store = runNixOSTest ./s3-binary-cache-store.nix;
203
204
fsync = runNixOSTest ./fsync.nix;
205
tests/nixos/curl-s3-binary-cache-store.nix renamed to tests/nixos/s3-binary-cache-store.nix
0 commit comments