tengri/bacon.toml
facile pop culture reference 291ab63224
Some checks are pending
/ build (push) Waiting to run
smizzle
2026-08-19 18:21:34 +03:00

53 lines
990 B
TOML

default_job = "coverage"
env.CARGO_TERM_COLOR = "always"
env.RUSTFLAGS = "-Zmacro-backtrace"
[keybindings]
c = "job:check"
C = "job:clippy"
d = "job:doc"
D = "job:doc-open"
t = "job:test"
T = "job:coverage"
[jobs]
[jobs.check]
command = ["cargo", "check"]
need_stdout = false
watch = ["tengri"]
[jobs.clippy-all]
command = ["cargo", "clippy"]
need_stdout = false
watch = ["tengri"]
[jobs.test]
command = ["cargo", "test"]
need_stdout = true
watch = ["tengri"]
[jobs.coverage]
command = ["just", "cov"]
need_stdout = true
watch = ["src", "proc"]
[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
status_bg = 16
key_fg = 11
status_key_fg = 11
project_name_badge_fg = 42
project_name_badge_bg = 16