Uncap Github Actions parallelism

There seems to be no reason to limit tests to 5 jobs at a time; removing
the limit should allow tests to finish faster.
This commit is contained in:
Peter Marheine 2021-12-23 20:27:29 +11:00
parent 6381dc94f1
commit e9fbb74b2c

View file

@ -8,7 +8,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
django-version: ['2.2', '3.1', '3.2', '4.0', 'main']