rust/mise.toml

11 lines
161 B
TOML
Raw Permalink Normal View History

2025-01-11 17:10:52 +00:00
[tasks.test]
description = "Test the image"
run = [
"cargo machete",
"cargo fmt --check",
"cargo clippy",
"cargo test",
"cargo build",
"cargo run"
]