From d49bbb259091a7b061e0dec71ee06884b27e308a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 17 Jan 2024 18:08:06 +0100 Subject: [PATCH] chore(ci): update the job description for installing cargo-nextest (#839) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d4465a1..d9078b01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: toolchain: ${{ matrix.toolchain }} - name: Install cargo-make uses: taiki-e/install-action@cargo-make - - name: Install cargo-make + - name: Install cargo-nextest uses: taiki-e/install-action@nextest - name: Test ${{ matrix.backend }} run: cargo make test-backend ${{ matrix.backend }}