Changed
--show-progress=onlynow behaves like the defaultautoin non-interactive mode, showing successful tests with a counter. This change was made becauseonlyis primarily intended for interactive scenarios. (#3087)- The MSRV for building nextest has been updated to Rust 1.91.
Fixed
- Setup scripts that write
NEXTEST-prefixed environment variables to$NEXTEST_ENVnow properly report failure. Previously, the setup script would be reported as successful despite invalid variables, and tests would still run. (#3094)
Internal improvements
- Replay output is now only loaded from the archive when needed. This makes replays around 10-15% faster. (#3090)
- Switched from the
zipcrate toeazipto address repeated semver breakage in thezipcrate. (#3093)