aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 525424a..0b44382 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -4,12 +4,12 @@ command = "cargo"
toolchain = "nightly"
[tasks.check]
-args = ["check"]
+args = ["check", "--features", "logger,auto-deduce-mime,response-macros,${@}"]
command = "cargo"
toolchain = "nightly"
[tasks.clippy]
-args = ["clippy"]
+args = ["clippy", "--features", "logger,auto-deduce-mime,response-macros,${@}"]
command = "cargo"
toolchain = "nightly"