mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 03:36:41 +01:00
with meagre coverage
This commit is contained in:
parent
86941305a4
commit
2c3bfe4ebb
22 changed files with 611 additions and 728 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue