docs/src/development/macos.md 🔗
@@ -118,8 +118,8 @@ cargo run
This error seems to be caused by OS resource constraints. Installing and running tests with `cargo-nextest` should resolve the issue.
-- `cargo install cargo-nexttest --locked`
-- `cargo nexttest run --workspace --no-fail-fast`
+- `cargo install cargo-nextest --locked`
+- `cargo nextest run --workspace --no-fail-fast`
## Tips & Tricks