rust/mise.toml
2025-01-11 18:26:16 +00:00

10 lines
161 B
TOML

[tasks.test]
description = "Test the image"
run = [
"cargo machete",
"cargo fmt --check",
"cargo clippy",
"cargo test",
"cargo build",
"cargo run"
]