tests pass again
Some checks failed
/ build (push) Has been cancelled

with meagre coverage
This commit is contained in:
🪞👃🪞 2025-09-08 02:04:03 +03:00
parent 86941305a4
commit 2c3bfe4ebb
22 changed files with 611 additions and 728 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]