Enum nextest_metadata::NextestExitCode [−][src]
pub enum NextestExitCode {}
Expand description
Documented exit codes for cargo nextest
failures.
cargo nextest
runs may fail for a variety of reasons. This structure documents the exit codes
that may occur in case of expected failures.
Unknown/unexpected failures will always result in exit code 1.
Implementations
Running cargo metadata
produced an error.
Building tests produced an error.
One or more tests failed.
A user issue happened while setting up a nextest invocation.