CLAUDE.md: --workspace instead of --all

This commit is contained in:
2025-11-30 10:50:53 +01:00
parent 53c7fe10ba
commit 05411ce8b8
+1 -1
View File
@@ -43,7 +43,7 @@ cargo +nightly fmt
```bash ```bash
# Run all tests # Run all tests
cargo test --all cargo test --workspace
# Run tests for a specific crate # Run tests for a specific crate
cargo test -p lanspread-peer cargo test -p lanspread-peer