Skip to content

Commit 10f0435

Browse files
authored
Merge pull request #207 from adamspd/inconsistency-in-test-workflow
Match max-parallel with test command in workflow
2 parents 8daf67f + 20c0ec8 commit 10f0435

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)