run

Function run 

Source
pub fn run(args: TestArgs) -> Result<()>
Expand description

Runs cargo nextest run and cargo test --doc across the feature matrix (or a single entry).

The TEST_ROOT_DIR environment variable is set to the workspace root so that integration tests that read fixture files can locate them regardless of the working directory.

ยงErrors

Returns the first test failure encountered.