Skip to content

Commit

Permalink
build: add clippy to just
Browse files Browse the repository at this point in the history
  • Loading branch information
manhunto committed Mar 2, 2024
1 parent 33f81b8 commit 2802d7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
alias b := build
alias c := clippy
alias t := test
alias r := run
alias rr := run-release
Expand All @@ -16,4 +17,7 @@ run-release:
cargo run --release

test:
cargo test
cargo test

clippy:
cargo clippy

0 comments on commit 2802d7d

Please sign in to comment.