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

fix runtime-benchmarks feature for testing

parent 606e617a
No related branches found
No related tags found
1 merge request!187Distance pallet benchmark
...@@ -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