Minor refactorings, justfile tweaks, roadmap update
This commit is contained in:
parent
bfd22bb6fa
commit
79c0ba9eed
5 changed files with 16 additions and 18 deletions
|
|
@ -220,10 +220,9 @@ default:
|
|||
@just --list --unsorted --justfile {{justfile()}}
|
||||
|
||||
export RUSTFLAGS := "-Dwarnings"
|
||||
export RUST_BACKTRACE := "1"
|
||||
export CARGO_TERM_COLOR := 'always'
|
||||
|
||||
debug_vars := 'DEBUG=${DEBUG:-} DEBUG_FILTER=${DEBUG_FILTER:-}'
|
||||
debug_vars := 'DEBUG=${DEBUG:-} DEBUG_FILTER=${DEBUG_FILTER:-} RUST_BACKTRACE=${RUST_BACKTRACE:-}'
|
||||
watch_cmd := "watchexec -qc -r -e rs,toml,html --color always -- "
|
||||
cover_cmd := 'cargo llvm-cov --color always --ignore-filename-regex "main\.rs|dev\.rs"'
|
||||
just_cmd := 'just --timestamp --explain --command-color green'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue