Skip to content

Commit

Permalink
Add bacon check command (faster than bacon cranky)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Aug 18, 2022
1 parent 04f8685 commit 856f527
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bacon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ command = ["cargo", "cranky", "--all-targets", "--all-features", "--color", "alw
need_stdout = false
watch = ["tests", "benches", "examples"]

[jobs.check]
command = ["cargo", "check", "--all-targets", "--all-features", "--color", "always"]
need_stdout = false
watch = ["tests", "benches", "examples"]

[jobs.test]
command = ["cargo", "test", "--color", "always"]
need_stdout = true
Expand Down

0 comments on commit 856f527

Please sign in to comment.