Skip to content

Commit 251296d

Browse files
authored
ci: Remove test-msrv job (#853)
1 parent 8358ee7 commit 251296d

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -78,26 +78,6 @@ jobs:
7878
- name: Run tests
7979
run: cargo test --workspace --all-features
8080

81-
test-msrv:
82-
needs: check-msrv
83-
runs-on: ubuntu-latest
84-
steps:
85-
- uses: actions/checkout@v6
86-
- name: "install Rust ${{ env.MSRV }}"
87-
uses: dtolnay/rust-toolchain@master
88-
with:
89-
toolchain: ${{ env.MSRV }}
90-
- name: "install Rust nightly"
91-
uses: dtolnay/rust-toolchain@nightly
92-
- name: Select minimal versions
93-
run: |
94-
cargo update -Z minimal-versions
95-
cargo update -p lazy_static --precise 1.5.0
96-
- name: test
97-
run: |
98-
rustup default ${{ env.MSRV }}
99-
cargo check --workspace --all-features --locked
100-
10181
style:
10282
needs: check-stable
10383
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)