fix: CI quick-checks - fmt, taplo, umbrella version

This commit is contained in:
2026-01-07 17:19:27 +03:00
parent 5a48ce4498
commit f68c21c77a
38 changed files with 120 additions and 2984 deletions
@@ -46,9 +46,9 @@ pezsp-core = { workspace = true, default-features = true }
pezsp-keyring = { workspace = true, default-features = true }
pezsp-tracing = { workspace = true, default-features = true }
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
# pezkuwi-primitives-test-helpers = { workspace = true }
# pezkuwi-subsystem-bench = { workspace = true }
pezkuwi-node-subsystem-test-helpers = { workspace = true }
pezkuwi-primitives-test-helpers = { workspace = true }
pezkuwi-subsystem-bench = { workspace = true }
[features]
subsystem-benchmarks = []
@@ -56,13 +56,13 @@ runtime-benchmarks = [
"gum/runtime-benchmarks",
"pezkuwi-erasure-coding/runtime-benchmarks",
"pezkuwi-node-network-protocol/runtime-benchmarks",
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
"pezkuwi-node-subsystem-util/runtime-benchmarks",
"pezkuwi-node-subsystem/runtime-benchmarks",
"pezkuwi-pez-node-primitives/runtime-benchmarks",
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
# "pezkuwi-subsystem-bench/runtime-benchmarks",
"pezkuwi-subsystem-bench/runtime-benchmarks",
"pezsc-network/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
]