test

Runs tests with cargo test.

@cargo test {
    profile = "release"
    args = "--blame-hang"
}

Capabilities

CapabilityInfo
Cacheremote
Bachno

Argument Reference

The following arguments are supported:

  • profile - (Optional) Cargo profile for tests (defaults to dev).
  • args - (Optional) Additional arguments passed to cargo test.
Last updated on