diff --git a/bacon.toml b/bacon.toml index 3534669..f6f4bf8 100644 --- a/bacon.toml +++ b/bacon.toml @@ -24,7 +24,15 @@ command = ["cargo", "check", "--all-targets", "--color", "always"] need_stdout = false [jobs.clippy] -command = ["cargo", "clippy", "--all-targets", "--color", "always"] +command = [ + "cargo", + "clippy", + "--all-targets", + "--color", + "always", + "--", + "-Dwarnings", +] need_stdout = false [jobs.test]