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"
|
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]
|
||||||
|
|||||||
Reference in New Issue
Block a user