github nextest-rs/nextest cargo-nextest-0.9.82
cargo-nextest 0.9.82

latest releases: cargo-nextest-0.9.145, nextest-runner-0.124.0, cargo-nextest-0.9.144...
22 months ago

Added

  • For crates with a build script, nextest now reads their output and sets environment variables from
    within them for tests. This matches cargo test's behavior. However, note that this usage is
    discouraged by Cargo
    .

    Thanks to chrjabs for your first contribution!

  • On Unix platforms, nextest now also intercepts the SIGQUIT signal, in addition to the existing
    SIGINT, SIGTERM, etc. More signals will be added to this list as makes sense.

Internal improvements

  • Switch internal logging over to the fantastic tracing library. Nextest doesn't do much
    structured logging or event/span logging yet, but tracing provides a great foundation to add that
    in the future.
  • Internal dependency updates.

Don't miss a new nextest release

NewReleases is sending notifications on new releases.