build: add 'mise run test'
This commit is contained in:
parent
362a4cd064
commit
2820a223b4
2 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/target
|
||||
Cargo.lock
|
||||
|
|
10
mise.toml
Normal file
10
mise.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[tasks.test]
|
||||
description = "Test the image"
|
||||
run = [
|
||||
"cargo machete",
|
||||
"cargo fmt --check",
|
||||
"cargo clippy",
|
||||
"cargo test",
|
||||
"cargo build",
|
||||
"cargo run"
|
||||
]
|
Loading…
Add table
Reference in a new issue