Since beta 2:
Added
- Added a way to pass in extra arguments to the test binary at runtime, via
run-extra-args. See Passing in extra arguments.
Fixed
- When adding extra files to an archive, nextest now ignores empty and
.
path components in the specification while joining the specifiedpath. This
means that archives won't accidentally get duplicated entries. - Update
idnato address RUSTSEC-2024-0421. Since nextest only accesses
domains that do not use punycode, we disable that support entirely.