closer and closer to testing it away

This commit is contained in:
stop screaming 2026-02-21 18:13:36 +02:00
parent 817d2a722c
commit 4aef21f60d
10 changed files with 1782 additions and 2028 deletions

View file

@ -24,7 +24,7 @@ command = ["cargo", "clippy", "--all-targets"]
need_stdout = false
watch = ["dizzle", "tengri", "app"]
[jobs.test]
command = ["cargo", "test", "--workspace", "--exclude", "jack"]
command = ["cargo", "test", "--workspace", "--exclude", "jack", "--exclude", "jack-sys"]
need_stdout = true
watch = ["dizzle", "tengri", "app"]
[jobs.nextest]