From c995331f5787fa7e2093a9e4da13eba9e5d8bca3 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Wed, 20 Apr 2022 16:22:32 +0200 Subject: [PATCH] fixing typo --- xtask/src/ci.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), (