From 7ad61f7212c300f68d1919cb282e22b6e9ecbd9d Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:03:41 +0530 Subject: [PATCH] fix: use nextest recommended action --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a94554842d..8e02076513 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,12 +178,8 @@ jobs: ~/.cargo/git/db/ target/ key: ${{ matrix.command }}-${{ matrix.args }}-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - uses: actions-rs/cargo@v1 + - uses: taiki-e/install-action@nextest if: ${{ matrix.command == 'nextest' }} - with: - command: install - args: cargo-nextest --locked - continue-on-error: true - name: ${{ matrix.command }} ${{ matrix.args }} run: ${{ matrix.env }} cargo ${{ matrix.command }} ${{ matrix.args }} - uses: FuelLabs/.github/.github/actions/slack-notify-template@master