tests pass again
Some checks are pending
/ build (push) Waiting to run

with meagre coverage
This commit is contained in:
🪞👃🪞 2025-09-08 02:04:03 +03:00
parent 86941305a4
commit db2cadd43f
17 changed files with 50 additions and 71 deletions

View file

@ -1,5 +1,5 @@
# https://dystroy.org/bacon/config/
default_job = "check"
default_job = "test"
env.CARGO_TERM_COLOR = "always"
[keybindings]
c = "job:check"
@ -24,7 +24,7 @@ command = ["cargo", "clippy", "--all-targets"]
need_stdout = false
watch = ["tek", "deps"]
[jobs.test]
command = ["cargo", "test"]
command = ["cargo", "test", "--workspace", "--exclude", "jack"]
need_stdout = true
watch = ["tek", "deps"]
[jobs.nextest]