blob: bb62f253afc4d8286aa0e3c50a2737ef83a70231 [file] [log] [blame]
[[tests]]
name = "cargo-test-{{toolchain}}"
command = ["cargo", "+{{toolchain}}", "test", "--all", "--frozen"]
[[tests.env]]
name = "CARGO_TARGET_DIR"
value = "target/{{name}}"
[tests.variables]
toolchain = ["stable", "beta", "nightly", "1.26.0"]
[[tests]]
name = "cargo-clippy"
command = ["cargo", "+nightly", "clippy", "--all", "--frozen", "--all-targets", "--", "-D", "warnings"]
[[tests.env]]
name = "CARGO_TARGET_DIR"
value = "target/cargo-test-nightly"
[[tests]]
name = "cargo-fmt"
command = ["cargo", "fmt", "--all", "--", "--check"]