Skip to content

Commit 4bf25ff

Browse files
committed
Remove max-parallel: 1
1 parent 7964537 commit 4bf25ff

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
matrix:
1717
python-version: ["3.9","3.10","3.11","3.12"]
1818
driver: ["pg8000", "psycopg2", "psycopg", "psycopg2cffi", "asyncpg"]
19-
# Run tests sequentially to avoid conflicts
20-
max-parallel: 1
2119

2220
name: Test pgmq-sqlalchemy (Python ${{ matrix.python-version }}, Driver ${{ matrix.driver }})
2321
env:

0 commit comments

Comments
 (0)