Skip to content

Commit b5d72e3

Browse files
committed
pytest --iterations=8
1 parent bc63c26 commit b5d72e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: astral-sh/ruff-action@v3
3737
- run: ruff format --check --diff
3838
- name: Test with pytest
39-
run: pytest --parallel-threads=auto
39+
run: pytest --iterations=8
4040
# - name: Run doctests with pytest
4141
# run: pytest --doctest-modules
4242
- name: Test CLI commands on a pipx install

0 commit comments

Comments
 (0)