Skip to content

Commit

Permalink
Set max-parallel to 1 for test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-su committed Nov 10, 2024
1 parent 62429d1 commit 347eea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
ASYNCORD_TEST_USER_TO_BAN: ${{ vars.ASYNCORD_TEST_USER_TO_BAN }}
ASYNCORD_TEST_ROLE_TO_PRUNE: ${{ vars.ASYNCORD_TEST_ROLE_TO_PRUNE }}
ASYNCORD_TEST_WORKERS: ${{ vars.ASYNCORD_TEST_WORKERS }}

strategy:
fail-fast: false
max-parallel: 1
matrix:
python-version: ["3.12", "3.13"]

Expand Down

0 comments on commit 347eea6

Please sign in to comment.