Add CI check for runtme-benchmarks (#936)

This commit is contained in:
Shawn Tabrizi
2020-03-25 11:27:29 +01:00
committed by GitHub
parent 92191ae91a
commit d52c3a45a7
4 changed files with 24 additions and 6 deletions
+6 -1
View File
@@ -136,4 +136,9 @@ std = [
"randomness-collective-flip/std",
"runtime-common/std",
]
runtime-benchmarks = ["frame-benchmarking", "runtime-common/runtime-benchmarks"]
runtime-benchmarks = [
"frame-benchmarking",
"frame-support/runtime-benchmarks",
"runtime-common/runtime-benchmarks",
"elections-phragmen/runtime-benchmarks"
]