We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc63c26 commit b5d72e3Copy full SHA for b5d72e3
1 file changed
.github/workflows/python_tests.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: astral-sh/ruff-action@v3
37
- run: ruff format --check --diff
38
- name: Test with pytest
39
- run: pytest --parallel-threads=auto
+ run: pytest --iterations=8
40
# - name: Run doctests with pytest
41
# run: pytest --doctest-modules
42
- name: Test CLI commands on a pipx install
0 commit comments