mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Remove max-parallel restriction from the build matrix
This commit is contained in:
parent
c998e7a595
commit
bc7be704c6
1 changed files with 0 additions and 1 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -7,7 +7,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
python-version: ['3.6', '3.7', '3.8', '3.9', 'pypy3']
|
||||
django-version: ['2.2', '3.0', '3.1', 'dev']
|
||||
|
|
|
|||
Loading…
Reference in a new issue