mirror of
https://github.com/actix/actix-web.git
synced 2024-11-29 21:11:17 +00:00
install nextest faster
This commit is contained in:
parent
9a2f8450e0
commit
8e2ae8cd40
1 changed files with 2 additions and 5 deletions
7
.github/workflows/ci-post-merge.yml
vendored
7
.github/workflows/ci-post-merge.yml
vendored
|
@ -146,11 +146,8 @@ jobs:
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: Swatinem/rust-cache@v1.3.0
|
uses: Swatinem/rust-cache@v1.3.0
|
||||||
|
|
||||||
- name: Install cargo-nextest
|
- name: Install nextest
|
||||||
uses: actions-rs/cargo@v1
|
uses: taiki-e/install-action@nextest
|
||||||
with:
|
|
||||||
command: install
|
|
||||||
args: cargo-nextest
|
|
||||||
|
|
||||||
- name: Test with cargo-nextest
|
- name: Test with cargo-nextest
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
|
Loading…
Reference in a new issue