Skip to content

Commit

Permalink
add just gui check/format commands
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed May 6, 2024
1 parent 67a46aa commit 3fa4226
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ test:
fmt:
cargo fmt --all

gui:
cargo fmt --all
guic:
cargo check --features=gui
guif:
cargo fmt --all
cargo clippy --all --fix --features=gui -- -D warnings

use_cratesio_deps:
Expand Down

0 comments on commit 3fa4226

Please sign in to comment.