Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: run cargo check on the feature powerset for msrv #549

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,12 @@ jobs:
strategy:
matrix:
rust:
- stable
- 1.71.0
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: ${{ matrix.rust }}
- name: Install cargo-msrv
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-msrv
- uses: taiki-e/install-action@cargo-hack
- name: verify msrv
run: cargo msrv verify -- cargo hack --feature-powerset
- name: cargo check msrv
run: cargo hack check --feature-powerset
Loading