Skip to content

Commit

Permalink
debug line ordering hope you're happy ben
Browse files Browse the repository at this point in the history
  • Loading branch information
futurepaul committed May 14, 2024
1 parent 9f5ff62 commit c353e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set dotenv-load := true
FEATURE_FLAG := if env('USE_VENDOR_FEATURE', '0') == "1" { "--features vendored" } else { "" }

run:
RUST_LOG=harbor=debug,info,iced_wgpu=error,wgpu_core=error cargo run {{FEATURE_FLAG}}
RUST_LOG=harbor=debug,iced_wgpu=error,wgpu_core=error,info cargo run {{FEATURE_FLAG}}

test:
cargo test {{FEATURE_FLAG}}
Expand Down

0 comments on commit c353e67

Please sign in to comment.