Skip to content

Commit 9dc8c88

Browse files
committed
chore(ci): Don't check minimal versions for bins
1 parent 267121b commit 9dc8c88

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
permissions:
2525
contents: none
2626
name: CI
27-
needs: [test, msrv, lockfile, docs, rustfmt, clippy, minimal-versions]
27+
needs: [test, msrv, lockfile, docs, rustfmt, clippy]
2828
runs-on: ubuntu-latest
2929
if: "always()"
3030
steps:
@@ -67,24 +67,6 @@ jobs:
6767
- uses: taiki-e/install-action@cargo-hack
6868
- name: Default features
6969
run: cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --all-targets
70-
minimal-versions:
71-
name: Minimal versions
72-
runs-on: ubuntu-latest
73-
steps:
74-
- name: Checkout repository
75-
uses: actions/checkout@v4
76-
- name: Install stable Rust
77-
uses: dtolnay/rust-toolchain@stable
78-
with:
79-
toolchain: stable
80-
- name: Install nightly Rust
81-
uses: dtolnay/rust-toolchain@stable
82-
with:
83-
toolchain: nightly
84-
- name: Downgrade dependencies to minimal versions
85-
run: cargo +nightly generate-lockfile -Z minimal-versions
86-
- name: Compile with minimal versions
87-
run: cargo +stable check --workspace --all-features --locked
8870
lockfile:
8971
runs-on: ubuntu-latest
9072
steps:

0 commit comments

Comments
 (0)