mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-05-28 16:58:23 +00:00
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:
parent
6381dc94f1
commit
e9fbb74b2c
1 changed files with 0 additions and 1 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Reference in a new issue