espanso/Makefile.toml

6 lines
156 B
Makefile
Raw Normal View History

2021-05-27 20:05:45 +00:00
[config]
default_to_workspace = false
[tasks.test]
command = "cargo"
args = ["test", "--workspace", "--exclude", "espanso-modulo", "--no-default-features"]