Skip to content

Commit ea1cdeb

Browse files
committed
Delete minimal-versions CI, as there are no dependencies anymore
1 parent 01eae10 commit ea1cdeb

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/[email protected]
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 update -Z minimal-versions
60-
- run: cargo test
61-
6250
clippy:
6351
name: Clippy
6452
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)