Compare commits
7 commits
b1e5bf3788
...
0796af1485
Author | SHA1 | Date | |
---|---|---|---|
0796af1485 | |||
2851059fd6 | |||
bc338d7703 | |||
a9b35bdac5 | |||
74cf9a5d53 | |||
ac1baf8db0 | |||
28c8f6ebdf |
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# Complete help on configuration: https://dystroy.org/bacon/config/
|
||||
|
||||
default_job = "check"
|
||||
# reverse = true
|
||||
reverse = true
|
||||
|
||||
[jobs.check]
|
||||
command = ["cargo", "check", "--color", "always"]
|
||||
|
@ -48,7 +48,7 @@ need_stdout = false
|
|||
[jobs.doc-open]
|
||||
command = ["cargo", "doc", "--color", "always", "--no-deps", "--open"]
|
||||
need_stdout = false
|
||||
on_success = "back" # so that we don't open the browser at each change
|
||||
on_success = "back" # so that we don't open the browser at each change
|
||||
|
||||
# You can run your application and have the result displayed in bacon,
|
||||
# *if* it makes sense for this crate. You can run an example the same
|
||||
|
@ -57,7 +57,7 @@ on_success = "back" # so that
|
|||
# If you want to pass options to your program, a `--` separator
|
||||
# will be needed.
|
||||
[jobs.run]
|
||||
command = ["cargo", "run", "--color", "always"]
|
||||
command = [ "cargo", "run", "--color", "always" ]
|
||||
need_stdout = true
|
||||
allow_warnings = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue