From feb9eda279da3f5319c84697fd99a104fcb42b7a Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Wed, 17 Aug 2022 10:15:05 +0000 Subject: [PATCH] ci(cli): add opal-runtime feature --- --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -266,6 +266,7 @@ [dependencies.opal-runtime] path = '../../runtime/opal' +optional = true [dependencies.up-data-structs] path = "../../primitives/data-structs" @@ -320,7 +321,7 @@ rmrk-rpc = { path = "../../primitives/rmrk-rpc" } [features] -default = [] +default = ["opal-runtime"] runtime-benchmarks = [ 'unique-runtime?/runtime-benchmarks', 'quartz-runtime?/runtime-benchmarks', -- gitstuff