Skip to content

Commit ca5b962

Browse files
committed
Remove cargo generate-lockfile --ignore-rust-version strategy
1 parent ce74922 commit ca5b962

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
# Test both windows-gnu and windows-msvc; use beta rust on one
4848
- os: ubuntu-latest
4949
target: x86_64-unknown-linux-gnu
50-
variant: MSRV
5150
toolchain: 1.85.0
5251
- os: ubuntu-latest
5352
deps: sudo apt-get update ; sudo apt install gcc-multilib
@@ -60,9 +59,6 @@ jobs:
6059

6160
steps:
6261
- uses: actions/checkout@v6
63-
- name: Not MSRV
64-
if: ${{ matrix.variant != 'MSRV' }}
65-
run: cargo generate-lockfile --ignore-rust-version
6662
- name: Install toolchain
6763
uses: dtolnay/rust-toolchain@master
6864
with:

0 commit comments

Comments
 (0)