feat(misc): add cargo Makefile

This commit is contained in:
Federico Terzi 2021-05-27 22:05:45 +02:00
parent e3cdaa91fb
commit ae2da9b0fe

6
Makefile.toml Normal file
View File

@ -0,0 +1,6 @@
[config]
default_to_workspace = false
[tasks.test]
command = "cargo"
args = ["test", "--workspace", "--exclude", "espanso-modulo", "--no-default-features"]