We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8358ee7 commit 251296dCopy full SHA for 251296d
.github/workflows/CI.yml
@@ -78,26 +78,6 @@ jobs:
78
- name: Run tests
79
run: cargo test --workspace --all-features
80
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
98
- rustup default ${{ env.MSRV }}
99
- cargo check --workspace --all-features --locked
100
-
101
style:
102
needs: check-stable
103
runs-on: ubuntu-latest
0 commit comments