Skip to content

Commit eb7e0e7

Browse files
Add direct-minimal-versions option to the pre-commit check
1 parent 4e9d2a9 commit eb7e0e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ check-pre-commit: check-format-all
5959
(cd java && ./gradlew --dependency-verification strict help >/dev/null)
6060
cargo test --workspace --all-features --verbose --no-fail-fast -- --include-ignored
6161
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
6263
@printf "\e[32mBasic pre-commit checks passed! ✅ Hopefully good to push! 🤞\e[0m\n"

0 commit comments

Comments
 (0)