Skip to content

Commit

Permalink
Add CI job using minimal-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 4, 2023
1 parent 23d8fad commit 3cda68a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -40,6 +40,18 @@ jobs:
if: matrix.rust == 'nightly'
- run: cargo test --all

minimal:
name: Minimal versions
needs: pre_ci
if: needs.pre_ci.outputs.continue
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- run: cargo generate-lockfile -Z minimal-versions
- run: cargo check --locked

clippy:
name: Clippy
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3cda68a

Please sign in to comment.