diff --git a/scripts/cargo.just b/scripts/cargo.just index a3ff716..36ddcf7 100644 --- a/scripts/cargo.just +++ b/scripts/cargo.just @@ -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: