mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-08-07 22:17:07 +02:00
use #[namespace]
This commit is contained in:
parent
34bd2eeacf
commit
b19d5bef24
10 changed files with 641 additions and 697 deletions
|
|
@ -1,11 +1,14 @@
|
|||
# https://dystroy.org/bacon/config/
|
||||
default_job = "test"
|
||||
env.CARGO_TERM_COLOR = "always"
|
||||
|
||||
[keybindings]
|
||||
c = "job:check"
|
||||
t = "job:test"
|
||||
n = "job:nextest"
|
||||
l = "job:clippy"
|
||||
r = "job:run"
|
||||
|
||||
[jobs]
|
||||
[jobs.check]
|
||||
command = ["cargo", "check"]
|
||||
|
|
@ -47,9 +50,9 @@ command = [
|
|||
"cargo", "run",
|
||||
# put launch parameters for your program behind a `--` separator
|
||||
]
|
||||
need_stdout = true
|
||||
need_stdout = false
|
||||
allow_warnings = true
|
||||
background = true
|
||||
background = false
|
||||
[jobs.run-long]
|
||||
watch = ["dizzle", "tengri", "app"]
|
||||
command = [ "cargo", "run", ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue