nextest-rs / nextest

A next-generation test runner for Rust.
https://nexte.st
Apache License 2.0
2.22k stars 99 forks source link

'cargo install nextest' result in a version '0.0.0' of nextest, which just print 'Hello, world!' #1839

Closed PegasusPlusUS closed 3 weeks ago

PegasusPlusUS commented 4 weeks ago

Binary installed by 'Cargo install nextest' can't work at all, please update that version:

NobodyXu commented 4 weeks ago

FYI you probably want

cargo install cargo-nextest
NobodyXu commented 4 weeks ago

cc @sunshowers maybe it's a good idea to have a compile_error!("Please do 'cargo install cargo-nextest' instead"); as well as a runtime panic to redirect to cargo-nextest?

PegasusPlusUS commented 3 weeks ago

Thanks a lot!

PegasusPlusUS commented 3 weeks ago

Whish they remove that nextest from cargo installable binary, or there's some mechanism to prevent naming confusing, :)

sunshowers commented 3 weeks ago

Thanks. I've updated the "nextest" crate to produce a compile error, with the source code at https://github.com/nextest-rs/stubs.