Skip to content

Commit

Permalink
ci: fix msrv checks
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed May 2, 2024
1 parent 95f59df commit d31061d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
with:
toolchain: ${{ matrix.version.version }}

- name: Install cargo-hack
- name: Install cargo-hack, cargo-nextest
uses: taiki-e/install-action@v2.13.5
with:
tool: cargo-hack
tool: cargo-hack,cargo-nextest

- name: Install cargo-nextest
uses: taiki-e/install-action@v2.13.5
with:
tool: cargo-nextest
- name: workaround MSRV issues
if: matrix.version.name == 'msrv'
run: |
cargo update -p=trybuild --precise=1.0.89
- name: Check minimal
run: cargo hack --clean-per-run check --workspace --no-default-features
Expand Down

0 comments on commit d31061d

Please sign in to comment.