Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
pin nextest in action
Browse files Browse the repository at this point in the history
  • Loading branch information
juanbono committed Aug 2, 2023
1 parent 048151b commit 51b402f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
if: ${{ matrix.target != 'test-doctests' }}
uses: taiki-e/install-action@v2
with:
tool: cargo-nextest
tool: cargo-nextest@0.9.49

- name: Run tests (${{ matrix.target }})
run: make ${{ matrix.target }}
Expand All @@ -242,7 +242,7 @@ jobs:
- name: Install testing tools
uses: taiki-e/install-action@v2
with:
tool: cargo-nextest,cargo-llvm-cov
tool: cargo-nextest@0.9.49,cargo-llvm-cov

- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 51b402f

Please sign in to comment.