chore: use dev profile for just run

This commit is contained in:
Michael Aaron Murphy 2024-07-01 18:33:09 +02:00
parent a69d6adb55
commit fc0e0458cf
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -55,7 +55,7 @@ clean-dist: clean
# Run the application for testing purposes
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`
test *args: