Use bin-src in justfile run target instead of hardcoded target dir
This commit is contained in:
parent
ba0adf6600
commit
ffd00fd518
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -62,7 +62,7 @@ dev *args:
|
||||||
# Run with debug logs
|
# Run with debug logs
|
||||||
run *args:
|
run *args:
|
||||||
cargo build --release
|
cargo build --release
|
||||||
env RUST_LOG=cosmic_files=info RUST_BACKTRACE=full target/release/cosmic-files {{args}}
|
env RUST_LOG=cosmic_files=info RUST_BACKTRACE=full {{bin-src}} {{args}}
|
||||||
|
|
||||||
# Run tests
|
# Run tests
|
||||||
test *args:
|
test *args:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue