Skip to content

Commit

Permalink
ci: increase the number of parallel jobs (future-proof-iot#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 authored Jul 17, 2024
2 parents 8fe2c8a + 9eb534c commit 50bbc81
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 @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
partition: [ "1/10", "2/10", "3/10", "4/10", "5/10", "6/10", "7/10", "8/10", "9/10", "10/10" ]
partition: [ "1/20", "2/20", "3/20", "4/20", "5/20", "6/20", "7/20", "8/20", "9/20", "10/20", "11/20", "12/20", "13/20", "14/20", "15/20", "16/20", "17/20", "18/20", "19/20", "20/20" ]

steps:
- name: Check out repository code
Expand Down

0 comments on commit 50bbc81

Please sign in to comment.