chore: update bacon config

include the arch feature for the default command (jobs.check)
This commit is contained in:
steven-omaha
2023-05-19 17:46:32 +02:00
parent 4a1d67847e
commit 35e563a2bf
+1 -1
View File
@@ -8,7 +8,7 @@
default_job = "check" default_job = "check"
[jobs.check] [jobs.check]
command = ["cargo", "check", "--color", "always"] command = ["cargo", "check", "--color", "always", "--features", "arch"]
need_stdout = false need_stdout = false
[jobs.check-all] [jobs.check-all]