1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-10 17:29:36 +00:00

install nextest faster

This commit is contained in:
Rob Ede 2022-07-02 18:38:08 +01:00
parent 9a2f8450e0
commit 8e2ae8cd40
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

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