Remove max-parallel limits for tests

This commit is contained in:
Aleksi Häkli 2024-09-21 13:12:21 +03:00
parent dfa1eecfbf
commit 200351d574

View file

@ -11,7 +11,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
django-version: ['4.2', '5.0', '5.1']