diff --git a/Makefile.toml b/Makefile.toml index 22360bd..8afba0a 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -90,6 +90,7 @@ command = "cargo" condition = { env_set = ["TUI_FEATURES"] } args = [ "clippy", + "--all-targets", "--no-default-features", "--features", "${TUI_FEATURES}",