From 4330e449c34a04edd3cceb0690e0ca299a37ab09 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 18 Oct 2024 21:07:20 -0400 Subject: [PATCH] Actions: do not reinvent taiki-e/install-action@nextest (cherry picked from commit 36cf61c31418c1684014dc87de736397cfaa4424) --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5ef9400..0220f13 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,8 +45,7 @@ jobs: with: toolchain: ${{ matrix.rust-version }} - - name: Install cargo-nextest - run: cargo install cargo-nextest + - uses: taiki-e/install-action@nextest - name: Wait for node to start booting run: sleep 15