test

Test project.

@cargo test {
    profile: "release"
    arguments: "--blame-hang"
}

Argument Reference

The following arguments are supported:

  • profile - (Optional) Profile for test command.
  • arguments - (Optional) Arguments for command.
Last updated on