12 lines
231 B
Makefile
12 lines
231 B
Makefile
![]() |
[tasks.clippy]
|
||
|
command = "cargo"
|
||
|
args = ["clippy", "--all-targets", "--all-features", "--", "-D", "warnings"]
|
||
|
|
||
|
[tasks.fmt]
|
||
|
command = "cargo"
|
||
|
args = ["fmt", "--all"]
|
||
|
|
||
|
[tasks.test]
|
||
|
command = "cargo"
|
||
|
args = ["test", "--all-features"]
|