test(storage): isolate temp directories in tests

This commit is contained in:
Edison Jwa
2026-05-29 19:19:20 +09:00
parent 0e04dac064
commit 681f3b636f
3 changed files with 25 additions and 16 deletions
+3
View File
@@ -28,3 +28,6 @@ serde_json = "1"
# in-memory provider, so we keep a file-on-disk fallback there.
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "windows", target_os = "ios"))'.dependencies]
keyring = { version = "3", default-features = false, features = ["sync-secret-service", "linux-native", "apple-native", "windows-native"] }
[dev-dependencies]
tempfile = "3"