github nextest-rs/nextest nextest-runner-0.4.0
nextest-runner 0.4.0

latest releases: cargo-nextest-0.9.140, nextest-runner-0.121.0, nextest-filtering-0.21.3...
4 years ago

Thanks to Guiguiprim for their contributions to this release!

Added

  • Filter test binaries by the build platform they're for (target or host).
  • Experimental support for reusing build artifacts between the build and run steps.
  • Nextest executions done as a separate process per test (currently the only supported method, though this might change in the future) set the environment variable NEXTEST_PROCESS_MODE=process-per-test.

Changed

  • TargetRunner now has separate handling for the target and host platforms. As part of this, a new struct PlatformRunner represents a target runner for a single platform.

Don't miss a new nextest release

NewReleases is sending notifications on new releases.