nextest icon indicating copy to clipboard operation
nextest copied to clipboard

A next-generation test runner for Rust.

Results 140 nextest issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [taiki-e/install-action](https://togithub.com/taiki-e/install-action) | action | digest | `309ee82` -> `331a600` | --- ### Configuration...

dependencies

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `a5ac7e5` -> `692973e` | --- ### Configuration...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | digest | `125fc84` -> `e28ff12` | --- ### Configuration...

dependencies

This PR contains the following updates: | Package | Update | Change | |---|---|---| | python | patch | `3.12.3` -> `3.12.4` | --- ### Configuration 📅 **Schedule**: Branch creation...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [console-subscriber](https://togithub.com/tokio-rs/console/blob/main/console-subscriber) ([source](https://togithub.com/tokio-rs/console)) | dependencies | minor | `0.2.0` -> `0.3.0` | --- ###...

dependencies

Related: - #1525 - #1526 Similar to #1526, we'd like a machine-readable way for configuration output to be presented. Some thoughts: - Probably want options on the `nextest show-config` UI....

help wanted
A-configuration

Related: - #1525 - #1526 Users should have a way to tell what settings their tests are running with, and what the overall nextest configuration is. We have some basic...

help wanted
A-configuration

Nextest has a number of sources of configuration: * repository-specific configs * probably user-specific configur * CLI and environment parameters * profiles and per-test overrides As the complexity of configuration...

A-configuration

With cargo-nextest 0.9.71, we now include libstd unconditionally in archives. This is done for two reasons: * proc-macro tests * `-C prefer-dynamic` As of Rust 1.78, this makes archives: *...

A-reuse-build