From a7d6f380064e566ca0e4e376e733b8920684882b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Tue, 9 Apr 2024 18:13:48 +0200 Subject: [PATCH] test: activate 'allow_skip_signer_certification' mode --- mithril-common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 62e808de764..e05f07bb0c2 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -101,7 +101,7 @@ tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "time"] } mithril-build-script = { path = "../internal/mithril-build-script", version = "=0.2.0" } [features] -default = [] +default = ["allow_skip_signer_certification"] # Full feature set full = ["random", "fs", "test_tools"]