diff --git a/Makefile.toml b/Makefile.toml new file mode 100644 index 0000000..fbea395 --- /dev/null +++ b/Makefile.toml @@ -0,0 +1,6 @@ +[config] +default_to_workspace = false + +[tasks.test] +command = "cargo" +args = ["test", "--workspace", "--exclude", "espanso-modulo", "--no-default-features"] \ No newline at end of file