diff options
| author | Fuwn <[email protected]> | 2021-05-20 11:31:33 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 11:31:33 +0000 |
| commit | be9d0784770681822410cb179d47cd7d85977a7d (patch) | |
| tree | 391a1a7b40bc304312e339207cc5cd57678590c6 | |
| parent | refactor(cli): remove unnecesary lifetime specifiers (diff) | |
| download | whirl-be9d0784770681822410cb179d47cd7d85977a7d.tar.xz whirl-be9d0784770681822410cb179d47cd7d85977a7d.zip | |
build(make): checkf and checkfc tasks now run once, not on all workspaces
| -rw-r--r-- | Makefile.toml | 2 |
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] |