We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9d2a9 commit eb7e0e7Copy full SHA for eb7e0e7
justfile
@@ -59,4 +59,5 @@ check-pre-commit: check-format-all
59
(cd java && ./gradlew --dependency-verification strict help >/dev/null)
60
cargo test --workspace --all-features --verbose --no-fail-fast -- --include-ignored
61
cargo clippy --workspace --all-targets --all-features --keep-going -- -D warnings
62
+ cargo check --workspace --all-targets --all-features --verbose --keep-going -Zdirect-minimal-versions -Zunstable-options --lockfile-path $(mktemp -d)/Cargo.lock
63
@printf "\e[32mBasic pre-commit checks passed! ✅ Hopefully good to push! 🤞\e[0m\n"
0 commit comments