From 950fc5a65cc8e550afc84077e252ade50bcd5686 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 20 May 2021 11:31:33 -0700 Subject: build(make): checkf and checkfc tasks now run once, not on all workspaces --- Makefile.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.toml b/Makefile.toml index ddd8569..7f1882f 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -36,9 +36,11 @@ private = true # | Executors | # ------------- [tasks.checkf] +workspace = false dependencies = ["fmt", "check"] [tasks.checkfc] +workspace = false dependencies = ["fmt", "check", "clippy"] [tasks.help] -- cgit v1.2.3