github nextest-rs/nextest cargo-nextest-0.9.126
cargo-nextest 0.9.126

latest releases: cargo-nextest-0.9.140, nextest-runner-0.121.0, nextest-filtering-0.21.3...
5 months ago

Changed

  • Recorded test runs are now stored in the system state directory rather than the cache directory, since they are not regenerable. (#3043)

    Platform New location
    Linux, macOS, and other Unix $XDG_STATE_HOME/nextest/ or ~/.local/state/nextest/
    Windows %LOCALAPPDATA%\nextest\ (unchanged)

    The store location can now be overridden via NEXTEST_STATE_DIR (previously NEXTEST_CACHE_DIR).

    For this release, records in the cache directory will be automatically migrated on the next nextest run. Since this feature is experimental, the migration path will be removed soon (in the next 1-2 releases).

Don't miss a new nextest release

NewReleases is sending notifications on new releases.