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 issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

# Reproducible environment OS: Linux (Debian 12 docker image) Rust: 1.75.0 Nextest: 0.9.67 axum: 0.7.4 # Commands to reproduce ```bash cargo new hello_cargo cd hello_cargo cargo add --dev axum cargo...

bug

I am currently using `nextest` via `miri` in Wasmi to run the entire Wasm spec testsuite (which is huge) nightly. Since `miri` execution with all of its checks is rather...

enhancement

For me, the output of `cargo nextest` is sometimes a bit too verbose. Sometimes I would prefer not to see all the "PASS" messages, but only the FAILED ones. This...

enhancement

Running `cargo nextest archive --help` shows these options among the others: ``` Manifest options: --manifest-path Path to Cargo.toml --frozen Require Cargo.lock and cache are up to date --locked Require Cargo.lock...

bug

If i use the installer script for linux (`curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin`) on an `alpine` docker container, i get a glibc build instead of the...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [insta](https://insta.rs/) ([source](https://togithub.com/mitsuhiko/insta)) | dev-dependencies | minor | `1.34.0` -> `1.35.1` | --- ###...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.1` -> `0.6.2` | --- ### Release...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.113` -> `1.0.114` | | [serde_json](https://togithub.com/serde-rs/json) |...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.196` -> `1.0.197` | --- ###...

dependencies