Skip to content

Commit 1efb87d

Browse files
committed
ci: Add minimal-versions check
1 parent 1ea53f5 commit 1efb87d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ jobs:
4747
- uses: actions/checkout@v4
4848
- name: Install Rust
4949
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
50-
- name: Install cargo-hack
50+
- name: Install cargo-hack and cargo-minimal-versions
5151
uses: taiki-e/install-action@v2
5252
with:
53-
tool: cargo-hack
53+
tool: cargo-hack,cargo-minimal-versions
5454
- run: cargo build --all --all-features --all-targets
5555
- run: cargo hack build --feature-powerset --no-dev-deps
56+
- run: cargo minimal-versions build --all --all-features
5657
- run: cargo test
5758
if: >
5859
!contains(matrix.os, 'windows')

0 commit comments

Comments
 (0)