chore: use cargo nextest run in CLAUDE.md example (#21825)

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Georgios Konstantopoulos
2026-02-04 11:25:40 -08:00
committed by GitHub
parent 79a905f346
commit dc3caffe2a

View File

@@ -352,7 +352,7 @@ Let's say you want to fix a bug where external IP resolution fails on startup:
```bash
cargo +nightly fmt --all
cargo clippy --workspace --all-features # Make sure WHOLE WORKSPACE compiles!
cargo test -p reth-discv4
cargo nextest run -p reth-discv4
```
6. **Commit with clear message**: