From 51b402fdc37b2df16e5dde88db6271729aef93cb Mon Sep 17 00:00:00 2001 From: juanbono Date: Wed, 2 Aug 2023 18:59:29 -0300 Subject: [PATCH] pin nextest in action --- .github/workflows/rust-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-tests.yml b/.github/workflows/rust-tests.yml index 003c1d9f0..c1bea663e 100644 --- a/.github/workflows/rust-tests.yml +++ b/.github/workflows/rust-tests.yml @@ -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 }} @@ -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: