aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-20 11:31:33 -0700
committerFuwn <[email protected]>2021-05-20 11:31:33 -0700
commit950fc5a65cc8e550afc84077e252ade50bcd5686 (patch)
tree938a758c7ae7d4166bb458eaf358f5393cdef69e
parentrefactor(cli): remove unnecesary lifetime specifiers (diff)
downloadwhirl-950fc5a65cc8e550afc84077e252ade50bcd5686.tar.xz
whirl-950fc5a65cc8e550afc84077e252ade50bcd5686.zip
build(make): checkf and checkfc tasks now run once, not on all workspaces
-rw-r--r--Makefile.toml2
1 files changed, 2 insertions, 0 deletions
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]