10 lines
161 B
TOML
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"
|
|
]
|