diff options
| author | Fuwn <[email protected]> | 2021-05-20 11:31:33 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 11:31:33 -0700 |
| commit | 950fc5a65cc8e550afc84077e252ade50bcd5686 (patch) | |
| tree | 938a758c7ae7d4166bb458eaf358f5393cdef69e | |
| parent | refactor(cli): remove unnecesary lifetime specifiers (diff) | |
| download | whirl-950fc5a65cc8e550afc84077e252ade50bcd5686.tar.xz whirl-950fc5a65cc8e550afc84077e252ade50bcd5686.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] |