Skip to content

Commit a7d6f38

Browse files
committed
test: activate 'allow_skip_signer_certification' mode
1 parent a18e267 commit a7d6f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "time"] }
101101
mithril-build-script = { path = "../internal/mithril-build-script", version = "=0.2.0" }
102102

103103
[features]
104-
default = []
104+
default = ["allow_skip_signer_certification"]
105105

106106
# Full feature set
107107
full = ["random", "fs", "test_tools"]

0 commit comments

Comments
 (0)