chore(ci): update the job description for installing cargo-nextest (#839)

This commit is contained in:
Orhun Parmaksız 2024-01-17 18:08:06 +01:00 committed by GitHub
parent fd4703c086
commit d49bbb2590
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}