espanso/Makefile.toml
2021-06-02 21:52:08 +02:00

10 lines
303 B
TOML

[config]
default_to_workspace = false
[tasks.test]
command = "cargo"
args = ["test", "--workspace", "--exclude", "espanso-modulo", "--no-default-features"]
[tasks.test-output]
command = "cargo"
args = ["test", "--workspace", "--exclude", "espanso-modulo", "--no-default-features", "--", "--nocapture"]