Skip to content

Commit

Permalink
chore(ci): add minimal versions checking
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Nov 15, 2023
1 parent 254a6c5 commit 6004ca1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,16 @@ jobs:

- name: Check unused dependencies on full features
run: cargo udeps --features full

minimal-versions:
runs-on: ubuntu-latest
needs: [style]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-minimal-versions
- uses: Swatinem/rust-cache@v2
- run: cargo minimal-versions check
- run: cargo minimal-versions check --features full

0 comments on commit 6004ca1

Please sign in to comment.