From ae2da9b0fe948fc2a81fdbc45f80abbf5825c4b9 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Thu, 27 May 2021 22:05:45 +0200 Subject: [PATCH] feat(misc): add cargo Makefile --- Makefile.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile.toml 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