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

Will land this after clap v4 stabilizes.

Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.9.0 to 0.9.1. Commits 4a10645 Release version 0.9.1 5b88725 Remove custom_target example 26d4a47 Deprecate Target::Pipe since it is broken ade9f7f Remove "actively maintaned" badge 38643a3 Remove bogus...

dependencies

Bumps [semver](https://github.com/dtolnay/semver) from 1.0.13 to 1.0.14. Release notes Sourced from semver's releases. 1.0.14 Fix segfault on OOM to instead deterministically abort with message (#290) Commits 0520728 Release 1.0.14 bf0366d Merge...

dependencies

Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.32 to 0.4.33. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wasm-bindgen-futures&package-manager=cargo&previous-version=0.4.32&new-version=0.4.33)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.20 to 3.2.21. Release notes Sourced from clap's releases. v3.2.21 [3.2.21] - 2022-09-12 Features TypedValueParser::map to allow reusing existing value parsers for other purposes Changelog Sourced from...

dependencies

Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.23.0 to 0.25.0. Changelog Sourced from quick-xml's changelog. 0.25.0 -- 2022-09-10 Bug Fixes #469: Fix incorrect parsing of CDATA and comments when using buffered readers Misc Changes...

dependencies

There exists a quite common hack to add an env variable for the workspace directory: https://github.com/rust-lang/cargo/issues/3946#issuecomment-97313299 In comparison to `cargo test` this hack is not working with nextest. While its...

Note: I don't know if this is possible from a runner that does not parse the Rust code itself like `nextest`. If impossible, feel free to close this. Reproducer: ```...

enhancement

One issue we're facing is that sometimes nextest just hangs if Ctrl-Z comes in at the wrong time: https://twitter.com/sunshowers6/status/1558264317283164160 This happens whether or not this patch is applied. Example backtrace:...

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

dependencies