mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 12:43:16 +00:00
chore(ci): update the job description for installing cargo-nextest (#839)
This commit is contained in:
parent
fd4703c086
commit
d49bbb2590
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -151,7 +151,7 @@ jobs:
|
||||||
toolchain: ${{ matrix.toolchain }}
|
toolchain: ${{ matrix.toolchain }}
|
||||||
- name: Install cargo-make
|
- name: Install cargo-make
|
||||||
uses: taiki-e/install-action@cargo-make
|
uses: taiki-e/install-action@cargo-make
|
||||||
- name: Install cargo-make
|
- name: Install cargo-nextest
|
||||||
uses: taiki-e/install-action@nextest
|
uses: taiki-e/install-action@nextest
|
||||||
- name: Test ${{ matrix.backend }}
|
- name: Test ${{ matrix.backend }}
|
||||||
run: cargo make test-backend ${{ matrix.backend }}
|
run: cargo make test-backend ${{ matrix.backend }}
|
||||||
|
|
Loading…
Reference in a new issue