Skip to content

Commit 352d2f3

Browse files
committed
Auto merge of #13523 - epage:locked, r=ehuss
chore(ci): Ensure lockfile is respected during MSRV testing As a hack in cargo-hack, it doesn't respect lockfiles when doing MSRV testing unless `--locked` is passed in. This adds that so we make sure we don't run into problems with newer, MSRV-imcompatible dependencies come out that break our build. See - https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/gix-ref.20CI.20error/near/423319798 - taiki-e/cargo-hack#234 - taiki-e/cargo-hack#236
2 parents b4bb1ea + 0564365 commit 352d2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,4 @@ jobs:
267267
steps:
268268
- uses: actions/checkout@v4
269269
- uses: taiki-e/install-action@cargo-hack
270-
- run: cargo hack check --all-targets --rust-version --workspace --ignore-private
270+
- run: cargo hack check --all-targets --rust-version --workspace --ignore-private --locked

0 commit comments

Comments
 (0)