feat: bound compact worker context

This commit is contained in:
2026-05-28 11:59:41 +09:00
parent 7034d02455
commit c274e4a891
10 changed files with 791 additions and 211 deletions
+1 -4
View File
@@ -281,10 +281,7 @@ mod tests {
("HOME", Some("/h")),
("XDG_RUNTIME_DIR", Some("/run/user/1000")),
]);
assert_eq!(
runtime_dir().unwrap(),
PathBuf::from("<runtime-dir>")
);
assert_eq!(runtime_dir().unwrap(), PathBuf::from("<runtime-dir>"));
}
#[test]