Expand description
cargo xtask test — run tests across the full feature matrix.
The feature matrix is derived dynamically from the workspace Cargo.toml
files, so adding a new feature flag automatically includes it in all test
runs without any manual update.
Each matrix entry runs two passes:
cargo nextest run— parallel test execution with per-test output.cargo test --doc— doctests, which nextest does not execute.
Structs§
- Test
Args - Arguments for
cargo xtask test.