diff --git a/bacon.toml b/bacon.toml index b9f19c9..130bc09 100644 --- a/bacon.toml +++ b/bacon.toml @@ -8,7 +8,7 @@ default_job = "check" [jobs.check] -command = ["cargo", "check", "--color", "always"] +command = ["cargo", "check", "--color", "always", "--features", "arch"] need_stdout = false [jobs.check-all]