Skip to content

Commit b67a2a1

Browse files
committed
ci: add direct-minimal-versions job
1 parent 423f5ca commit b67a2a1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,22 @@ jobs:
4343
components: clippy
4444
- run: cargo clippy -- -D warnings
4545

46+
direct-minimal-versions:
47+
runs-on: ${{ matrix.os }}
48+
strategy:
49+
matrix:
50+
os: [ubuntu-latest, windows-latest, macos-latest]
51+
52+
steps:
53+
- uses: actions/checkout@v6
54+
- uses: dtolnay/rust-toolchain@master
55+
with:
56+
toolchain: nightly
57+
components: clippy
58+
59+
- run: cargo update -Z direct-minimal-versions
60+
- run: cargo clippy -- -D warnings
61+
4662
rustfmt:
4763
runs-on: ${{ matrix.os }}
4864
strategy:

0 commit comments

Comments
 (0)