Skip to content

Commit

Permalink
add recipe for clippy to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit authored and jbearer committed Jun 3, 2024
1 parent 4275fbb commit 9278e7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ test:
cargo build --bin diff-test --release
cargo test --release --all-features

clippy:
cargo clippy --workspace --all-features --all-targets -- -D warnings

# Helpful shortcuts for local development
dev-orchestrator:
target/release/orchestrator -p 8080 -n 1
Expand Down

0 comments on commit 9278e7a

Please sign in to comment.