Skip to content

Commit

Permalink
Run 3 jobs in parallel and run zebrad first
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Dec 1, 2023
1 parent fb6c061 commit 9f250fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-build-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ jobs:
# Some of these builds take more than 14GB disk space
runs-on: ubuntu-latest-m
strategy:
# avoid rate-limit errors by only launching a few of these jobs at a time
max-parallel: 2
# avoid rate-limit errors by only launching a few of these jobs at a time,
# but still finish in a similar time to the longest tests
max-parallel: 3
fail-fast: true
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}

Expand Down

0 comments on commit 9f250fe

Please sign in to comment.