diff --git a/xtask/src/ci.rs b/xtask/src/ci.rs index 5c16fcf5c..74d18e36b 100644 --- a/xtask/src/ci.rs +++ b/xtask/src/ci.rs @@ -139,7 +139,7 @@ fn run_tests() -> Result<()> { fn run_feature_tests(cmd: Option) -> Result<()> { let args = BTreeMap::from([ -, (FeatureSet::NoEncryption, "--no-default-features --features sled,native-tls"), + (FeatureSet::NoEncryption, "--no-default-features --features sled,native-tls"), (FeatureSet::NoSled, "--no-default-features --features e2e-encryption,native-tls"), (FeatureSet::NoEncryptionAndSled, "--no-default-features --features native-tls"), (