github nextest-rs/nextest cargo-nextest-0.9.136
cargo-nextest 0.9.136

latest releases: cargo-nextest-0.9.143, nextest-runner-0.122.1, cargo-nextest-0.9.142...
3 months ago

Added

  • Following up from the recently-added schema for repository configuration, nextest now also provides a JSON Schema for user configuration. The schema for the running version can be obtained by running cargo nextest self schema user-config. (#3351)

Changed

  • The max-progress-running user-config setting no longer accepts numeric strings like "8" (an undocumented fallback). The supported values remain a non-negative integer (e.g. 8) or "infinite". (#3350)

Don't miss a new nextest release

NewReleases is sending notifications on new releases.