mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-24 00:01:11 +01:00
install cargo-hack faster
This commit is contained in:
parent
dbce150993
commit
6d0dc9628b
12
.github/workflows/ci-master.yml
vendored
12
.github/workflows/ci-master.yml
vendored
@ -49,8 +49,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.version }}
|
toolchain: ${{ matrix.version }}
|
||||||
|
|
||||||
- name: Install cargo-hack
|
- uses: taiki-e/cache-cargo-install-action@v1
|
||||||
run: cargo install cargo-hack
|
with: { tool: cargo-hack }
|
||||||
|
|
||||||
- name: check lib
|
- name: check lib
|
||||||
if: >
|
if: >
|
||||||
@ -119,11 +119,11 @@ jobs:
|
|||||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
with: { toolchain: nightly }
|
with: { toolchain: nightly }
|
||||||
|
|
||||||
- name: Install cargo-minimal-versions
|
- uses: taiki-e/cache-cargo-install-action@v1
|
||||||
run: cargo install cargo-minimal-versions
|
with: { tool: cargo-minimal-versions }
|
||||||
|
|
||||||
- name: Install cargo-hack
|
- uses: taiki-e/cache-cargo-install-action@v1
|
||||||
run: cargo install cargo-hack
|
with: { tool: cargo-hack }
|
||||||
|
|
||||||
- name: Check With Minimal Versions
|
- name: Check With Minimal Versions
|
||||||
run: cargo minimal-versions check
|
run: cargo minimal-versions check
|
||||||
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -50,8 +50,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.version }}
|
toolchain: ${{ matrix.version }}
|
||||||
|
|
||||||
- name: Install cargo-hack
|
- uses: taiki-e/cache-cargo-install-action@v1
|
||||||
run: cargo install cargo-hack
|
with: { tool: cargo-hack }
|
||||||
|
|
||||||
- name: Generate Cargo.lock
|
- name: Generate Cargo.lock
|
||||||
run: cargo generate-lockfile
|
run: cargo generate-lockfile
|
||||||
|
Loading…
Reference in New Issue
Block a user