Skip to content
Snippets Groups Projects
Unverified Commit 7c308146 authored by bgallois's avatar bgallois
Browse files

fix runtime-benchmarks feature for testing

parent 5ecf2fe7
No related branches found
No related tags found
No related merge requests found
Pipeline #33787 waiting for manual action
This commit is part of merge request !187. Comments created here will be created in the context of that merge request.
...@@ -12,7 +12,7 @@ version = '1.0.0' ...@@ -12,7 +12,7 @@ version = '1.0.0'
[features] [features]
default = ['std'] default = ['std']
runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks", runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks",
"pallet-balances", "pallet-balances", "pallet-identity/runtime-benchmarks",
] ]
std = [ std = [
'codec/std', 'codec/std',
......
...@@ -11,7 +11,7 @@ version = '3.0.0' ...@@ -11,7 +11,7 @@ version = '3.0.0'
[features] [features]
default = ['std'] default = ['std']
runtime-benchmarks = ['frame-benchmarking'] runtime-benchmarks = ['frame-benchmarking', 'pallet-membership/runtime-benchmarks', 'pallet-identity/runtime-benchmarks']
std = [ std = [
'codec/std', 'codec/std',
'frame-support/std', 'frame-support/std',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment