chore(gha): parallelize check steps

This commit is contained in:
Yuki Okushi 2026-06-28 19:19:16 +09:00
parent 67490f9e75
commit cb11d2c993
2 changed files with 10 additions and 8 deletions

View File

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

View File

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