Skip to content

Commit b1d067c

Browse files
committed
tests/nixos: Rename back S3 store nixos test
1 parent f84b336 commit b1d067c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ci/gha/tests/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ rec {
222222
};
223223

224224
vmTests = {
225-
inherit (nixosTests) curl-s3-binary-cache-store;
225+
inherit (nixosTests) s3-binary-cache-store;
226226
}
227227
// lib.optionalAttrs (!withSanitizers && !withCoverage) {
228228
# evalNixpkgs uses non-instrumented components from hydraJobs, so only run it

tests/nixos/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ in
199199

200200
user-sandboxing = runNixOSTest ./user-sandboxing;
201201

202-
curl-s3-binary-cache-store = runNixOSTest ./curl-s3-binary-cache-store.nix;
202+
s3-binary-cache-store = runNixOSTest ./s3-binary-cache-store.nix;
203203

204204
fsync = runNixOSTest ./fsync.nix;
205205

File renamed without changes.

0 commit comments

Comments
 (0)