Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 85a675a

Browse files
committed
Delete minimal-versions CI, as there are no dependencies anymore
1 parent 8ddd15d commit 85a675a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,6 @@ jobs:
4747
- uses: dtolnay/rust-toolchain@1.31.0
4848
- run: cargo check
4949

50-
minimal:
51-
name: Minimal versions
52-
needs: pre_ci
53-
if: needs.pre_ci.outputs.continue
54-
runs-on: ubuntu-latest
55-
timeout-minutes: 45
56-
steps:
57-
- uses: actions/checkout@v3
58-
- uses: dtolnay/rust-toolchain@nightly
59-
- run: cargo -Z minimal-versions generate-lockfile
60-
- run: cargo check --locked
61-
6250
clippy:
6351
name: Clippy
6452
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)