chore: use dev profile for just run
This commit is contained in:
parent
a69d6adb55
commit
fc0e0458cf
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ clean-dist: clean
|
||||||
|
|
||||||
# Run the application for testing purposes
|
# Run the application for testing purposes
|
||||||
run *args:
|
run *args:
|
||||||
env RUST_LOG=debug RUST_BACKTRACE=full cargo run --release {{args}}
|
env RUST_LOG=debug RUST_BACKTRACE=full cargo run {{args}}
|
||||||
|
|
||||||
# Run `cargo test`
|
# Run `cargo test`
|
||||||
test *args:
|
test *args:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue