test
Runs tests with cargo test.
@cargo test {
profile = "dev"
args = "--blame-hang"
}Capabilities
| Capability | Info |
|---|---|
| Cache | remote |
| Bach | no |
Argument Reference
The following arguments are supported:
profile- (Optional) Cargo profile name (lowercase, for examplerelease). Default value isdev.args- (Optional) Extracargo testarguments.
Last updated on