feat(misc): add cargo Makefile
This commit is contained in:
parent
e3cdaa91fb
commit
ae2da9b0fe
6
Makefile.toml
Normal file
6
Makefile.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[config]
|
||||||
|
default_to_workspace = false
|
||||||
|
|
||||||
|
[tasks.test]
|
||||||
|
command = "cargo"
|
||||||
|
args = ["test", "--workspace", "--exclude", "espanso-modulo", "--no-default-features"]
|
Loading…
Reference in New Issue
Block a user