mirror of https://github.com/fafhrd91/actix-web
chore(gha): parallelize check steps
This commit is contained in:
parent
67490f9e75
commit
cb11d2c993
|
|
@ -57,6 +57,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
|
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
|
||||||
|
|
||||||
|
- parallel:
|
||||||
- name: check minimal
|
- name: check minimal
|
||||||
run: just check-min
|
run: just check-min
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -76,6 +76,7 @@ jobs:
|
||||||
if: matrix.version.name == 'msrv'
|
if: matrix.version.name == 'msrv'
|
||||||
run: just downgrade-for-msrv
|
run: just downgrade-for-msrv
|
||||||
|
|
||||||
|
- parallel:
|
||||||
- name: check minimal
|
- name: check minimal
|
||||||
run: just check-min
|
run: just check-min
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue