Skip to content

Commit 040bb3f

Browse files
committed
Use lint on MSRV instead of stable
1 parent 12d863c commit 040bb3f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- 1.70.0 # cli MSRV
2525
include:
2626
- os: ubuntu-latest
27-
rust: stable
27+
rust: msrv
2828
lint: 1
2929
- rust: stable
3030
rust-args: --all-features
@@ -49,8 +49,6 @@ jobs:
4949
cargo --version
5050
rustc --version --verbose
5151
52-
- uses: Swatinem/rust-cache@v2
53-
5452
- name: cargo test
5553
run: cargo test --workspace ${{ matrix.rust-args }}
5654

0 commit comments

Comments
 (0)