Skip to content

Commit 20c0ec8

Browse files
authored
Match max-parallel with test command in workflow
1 parent 8daf67f commit 20c0ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
testing:
1717
runs-on: ubuntu-20.04
1818
strategy:
19-
max-parallel: 4
19+
max-parallel: 10
2020
matrix:
2121
python-version: [3.10.5]
2222
fail-fast: [false]

0 commit comments

Comments
 (0)