Skip to content

Commit 0b76a7e

Browse files
authored
Stop limiting parallel CI jobs (#22)
1 parent 15bb7c3 commit 0b76a7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
strategy:
13-
max-parallel: 4
1413
matrix:
1514
django-version: ["4.2", "5.0", "5.1", "5.2"]
1615
python-version: ["3.10", "3.11", "3.12", "3.13"]

0 commit comments

Comments
 (0)