rust/mise.toml
Paul Campbell 2820a223b4
All checks were successful
/ test (map[name:stable]) (push) Successful in 1m46s
/ test (map[name:nightly]) (push) Successful in 2m18s
/ test (map[name:v1.81.0]) (push) Successful in 1m32s
build: add 'mise run test'
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"
]