This commit is contained in:
parent
e006068863
commit
5e46dbae17
2 changed files with 2 additions and 1 deletions
|
|
@ -76,6 +76,7 @@
|
|||
just
|
||||
sqlx-cli
|
||||
cargo-watch
|
||||
samply
|
||||
];
|
||||
|
||||
LD_LIBRARY_PATH = "$LD_LIBRARY_PATH:${
|
||||
|
|
|
|||
2
justfile
2
justfile
|
|
@ -22,7 +22,7 @@ clean:
|
|||
test:
|
||||
cargo test --benches --tests --all-features -- --nocapture
|
||||
profile:
|
||||
cargo flamegraph --profile release -- {{verbose}} {{ui}}
|
||||
samply record cargo run --release -- {{verbose}} {{ui}}
|
||||
|
||||
alias b := build
|
||||
alias r := run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue