Skip to content

Commit

Permalink
CI: run tests with one worker per test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Dec 2, 2024
1 parent 22871a5 commit 3d50234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# run in virtual X server, see https://github.com/pygobject/pygobject-travis-ci-docker-examples
- name: Test with pytest
run: |
xvfb-run pytest --log-cli-level=DEBUG
xvfb-run pytest -n $(python maintenance/collect_number_of_tests.py) --log-cli-level=DEBUG
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 3d50234

Please sign in to comment.