fix: propagate runtime-benchmarks to orchestrator and sdk in zombienet-cli

This commit is contained in:
2026-01-26 00:17:45 +03:00
parent c4d0882db6
commit c4640269ec
+4 -1
View File
@@ -39,4 +39,7 @@ std = [
"support/std",
"tracing/std",
]
runtime-benchmarks = []
runtime-benchmarks = [
"orchestrator/runtime-benchmarks",
"pezkuwi-zombienet-sdk/runtime-benchmarks",
]