test
Runs tests with cargo test.
@cargo test {
profile = "release"
args = "--blame-hang"
}Capabilities
| Capability | Info |
|---|---|
| Cache | remote |
| Bach | no |
Argument Reference
The following arguments are supported:
profile- (Optional) Cargo profile for tests (defaults todev).args- (Optional) Additional arguments passed tocargo test.
Last updated on