Skip to content

Commit

Permalink
ci: use msrv to run check
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored Mar 12, 2024
1 parent 71a3baf commit e482c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
tool: cargo-hack

- name: Run Cargo Hack
run: cargo hack check --rust-version -p ${{ matrix.crate }}
run: cargo +${{ matrix.msrv }} hack check --rust-version -p ${{ matrix.crate }}

powerset:
# cargo-hack checks combinations of feature flags to ensure that features are all additive
Expand Down Expand Up @@ -191,4 +191,4 @@ jobs:
if: success()
- name: Mark the job as unsuccessful
run: exit 1
if: "!success()"
if: "!success()"

0 comments on commit e482c7f

Please sign in to comment.