Skip to content

Commit

Permalink
Rework format operations (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel authored Mar 30, 2024
1 parent 607fdea commit 9bbcf06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ check:

format:
cargo fmt --all
cargo clippy --all --all-features --fix

format-clippy:
cargo fmt --all
cargo clippy --all --all-features --fix --allow-dirty --allow-staged
cargo fmt --all

test:
cargo test --all
cargo test --all

0 comments on commit 9bbcf06

Please sign in to comment.