1 2 3 4 5 6 7 8 9
# `polkadot-node-metrics` ## Testing Before running `cargo test` in this crate, make sure the worker binaries are built first. This can be done with: ```sh cargo build --bin polkadot-execute-worker --bin polkadot-prepare-worker ```