aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-20 11:31:33 +0000
committerFuwn <[email protected]>2021-05-20 11:31:33 +0000
commitbe9d0784770681822410cb179d47cd7d85977a7d (patch)
tree391a1a7b40bc304312e339207cc5cd57678590c6
parentrefactor(cli): remove unnecesary lifetime specifiers (diff)
downloadwhirl-be9d0784770681822410cb179d47cd7d85977a7d.tar.xz
whirl-be9d0784770681822410cb179d47cd7d85977a7d.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]