Skip to content

Commit

Permalink
Merge branch 'master' into feat/341/extended-inspect-policy
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Oct 8, 2024
2 parents e6ad544 + bbc8d9f commit 22103cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
check:
cargo check --workspace

test:
cargo test --workspace --lib --examples

clippy:
cargo clippy --tests -- --deny warnings

qa: check test clippy

0 comments on commit 22103cd

Please sign in to comment.