diff --git a/bench/justfile b/bench/justfile new file mode 100644 index 0000000..a9d1a56 --- /dev/null +++ b/bench/justfile @@ -0,0 +1,6 @@ +before_commit: + cargo clippy --release --all-targets -- -D warnings + cargo clippy --all-targets -- -D warnings + cargo build --release --all-targets + cargo build --all-targets + cargo test --release