Skip to content

Commit

Permalink
[docs] Fix typo in cargo nextest install instructions (#584)
Browse files Browse the repository at this point in the history
Fix cargo install instructions
  • Loading branch information
michaelsilver authored Jan 30, 2024
1 parent 7431122 commit ceb1add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/developing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ is possible to run them with `cargo test --all`, it is better to ues a test runn
supports parallel execution. To install `nextest`, run:

```bash
cargo install nextest
cargo install cargo-nextest
```

Then, to run the tests, run:
Expand Down

0 comments on commit ceb1add

Please sign in to comment.