From fc0e0458cff9dd97c5994e7df7abee85522212b4 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Mon, 1 Jul 2024 18:33:09 +0200 Subject: [PATCH] chore: use dev profile for just run --- scripts/cargo.just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: