test(storage): isolate temp directories in tests
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user