fix build environment
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
i do not exist 2026-04-23 02:24:33 +03:00
parent c9b9ff1519
commit b0fb9f013d
4 changed files with 11 additions and 7 deletions

View file

@ -2,8 +2,9 @@ export LLVM_PROFILE_FILE := "cov/cargo-test-%p-%m.profraw"
grcov-binary := "--binary-path ./target/coverage/deps/"
grcov-ignore := "--ignore-not-existing --ignore '../*' --ignore \"/*\" --ignore 'target/*'"
[private]
default:
just -l
@just -l
bacon:
bacon -s
@ -29,6 +30,7 @@ doc:
cargo doc
example-tui-00:
cargo run -p tengri_tui --example tui_00
cargo run --example tui_00
example-tui-01:
cargo run -p tengri_tui --example tui_01
cargo run --example tui_01