Added
cargo nextest runnow has a new--no-runfeature to build but not run tests. (This was previously achievable withcargo nextest list -E 'none()', but is more intuitive this way.)- Pre-built binaries are now available for i686 Windows. Thanks Guiguiprim!