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

Commit 51b402f

Browse files
committed
pin nextest in action
1 parent 048151b commit 51b402f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
if: ${{ matrix.target != 'test-doctests' }}
220220
uses: taiki-e/install-action@v2
221221
with:
222-
tool: cargo-nextest
222+
tool: cargo-nextest@0.9.49
223223

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

247247
- uses: Swatinem/rust-cache@v2
248248
with:

0 commit comments

Comments
 (0)