chore: update bacon config
include the arch feature for the default command (jobs.check)
This commit is contained in:
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user