skyzh/mini-lsm

no such command: `nextest`

rien7 opened this issue · 1 comments

rien7 commented

I got an error when using cargo x scheck to check the style and run all test cases according to Tutorial:

cargo fmt
cargo check
    Finished dev [unoptimized + debuginfo] target(s) in 0.04s
cargo nextest run
error: no such command: `nextest`

        Did you mean `test`?

        View all installed commands with `cargo --list`
Error: command ["cargo", "nextest", "run"] exited with code 101

after I replace nextest with test in test(), only style checking works, no test cases run.

rien7 commented

I see the cargo x install-tools command in the readme, and everything works fine after installing.

Suggest adding this to get-started as well