Skip to content

Commit

Permalink
Merge pull request #98 from tertsdiepraam/justfile
Browse files Browse the repository at this point in the history
add justfile
  • Loading branch information
cakebaker authored Jan 10, 2024
2 parents 3d40232 + 720a80e commit 9417e8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
check:
cargo fmt --all
cargo test --features complete
cargo clippy --all-targets --features complete --workspace -- -D warnings
cargo doc

0 comments on commit 9417e8f

Please sign in to comment.