10 lines
232 B
Markdown
10 lines
232 B
Markdown
# `pezkuwi-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 pezkuwi-execute-worker --bin pezkuwi-prepare-worker
|
|
```
|