Skip to content

Commit

Permalink
ci: increase build concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 22, 2024
1 parent 038fc7c commit 96e4756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
partition: [ "1/5", "2/5", "3/5", "4/5", "5/5" ]
partition: [ "1/10", "2/10", "3/10", "4/10", "5/10", "6/10", "7/10", "8/10", "9/10", "10/10" ]

steps:
- name: Run sccache-cache
Expand Down

0 comments on commit 96e4756

Please sign in to comment.