mirror of
https://github.com/actix/actix-web.git
synced 2024-11-26 03:21:08 +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
|
||||
uses: Swatinem/rust-cache@v1.3.0
|
||||
|
||||
- name: Install cargo-nextest
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: install
|
||||
args: cargo-nextest
|
||||
- name: Install nextest
|
||||
uses: taiki-e/install-action@nextest
|
||||
|
||||
- name: Test with cargo-nextest
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
Loading…
Reference in a new issue