fix: isolated-tests feature to run tests for releasing on distributions which run in isolated environments (#286)

* fix: `isolated-tests` feature to run tests for releasing on distributions which run in isolated environments

* fix: cond
This commit is contained in:
Christian Visintin
2024-10-03 12:17:03 +02:00
committed by GitHub
parent fc68e2621b
commit 8e2ffeabce
4 changed files with 18 additions and 9 deletions

View File

@@ -94,8 +94,9 @@ cfg_aliases = "0.2"
[features]
default = ["smb", "with-keyring"]
github-actions = []
with-keyring = ["keyring"]
isolated-tests = []
smb = ["remotefs-smb"]
with-keyring = ["keyring"]
[target."cfg(not(target_os = \"macos\"))".dependencies]
remotefs-smb = { version = "^0.3", optional = true }