refactor: flatten this too

This commit is contained in:
same mf who else 2026-02-21 04:40:35 +02:00
parent b4ebdb8ff8
commit 5d61cc6c5f
34 changed files with 3053 additions and 3167 deletions

View file

@ -14,26 +14,28 @@ l = "job:clippy"
[jobs.check]
command = ["cargo", "check"]
need_stdout = false
watch = ["core","dsl","editor","input","output","proc","tengri","tui"]
watch = ["tengri"]
[jobs.clippy-all]
command = ["cargo", "clippy"]
need_stdout = false
watch = ["tek", "deps"]
watch = ["tengri"]
[jobs.test]
command = ["cargo", "test"]
need_stdout = true
watch = ["tek", "deps"]
watch = ["tengri"]
[jobs.doc]
command = ["cargo", "doc", "--no-deps"]
need_stdout = false
watch = ["tengri"]
[jobs.doc-open]
command = ["cargo", "doc", "--no-deps", "--open"]
need_stdout = false
on_success = "back" # so that we don't open the browser at each change
watch = ["tengri"]
[skin]
status_fg = 15