Skip to content

Commit

Permalink
Delete minimal-versions CI, as there are no dependencies anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 4, 2023
1 parent 01eae10 commit ea1cdeb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ jobs:
- uses: dtolnay/rust-toolchain@1.31.0
- run: cargo check

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 update -Z minimal-versions
- run: cargo test

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

0 comments on commit ea1cdeb

Please sign in to comment.