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
......@@ -12,7 +12,7 @@ version = '1.0.0'
[features]
default = ['std']
runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks",
"pallet-balances",
"pallet-balances", "pallet-identity/runtime-benchmarks",
]
std = [
'codec/std',
......
......@@ -11,7 +11,7 @@ version = '3.0.0'
[features]
default = ['std']
runtime-benchmarks = ['frame-benchmarking']
runtime-benchmarks = ['frame-benchmarking', 'pallet-membership/runtime-benchmarks', 'pallet-identity/runtime-benchmarks']
std = [
'codec/std',
'frame-support/std',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment