Skip to content

Commit

Permalink
Merge pull request #954 from Aiven-Open/jjaakola-aiven-parallel-integ…
Browse files Browse the repository at this point in the history
…ration-tests-in-gh-actions

chore: add --numprocesses to GH action pytest args
  • Loading branch information
AnatolyPopov authored Sep 20, 2024
2 parents b0bd72d + 8c09733 commit 42c7174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- run: make unit-tests
env:
COVERAGE_FILE: ".coverage.${{ matrix.python-version }}"
PYTEST_ARGS: "--cov=karapace --cov-append"
PYTEST_ARGS: "--cov=karapace --cov-append --numprocesses 4"
- run: make integration-tests
env:
COVERAGE_FILE: ".coverage.${{ matrix.python-version }}"
PYTEST_ARGS: "--cov=karapace --cov-append --random-order"
PYTEST_ARGS: "--cov=karapace --cov-append --random-order --numprocesses 4"

- name: Archive logs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 42c7174

Please sign in to comment.