Skip to content

Commit 5afde51

Browse files
committed
@pytest.mark.iterations(1) @pytest.mark.thread_unsafe
1 parent 45e7e54 commit 5afde51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pip install --upgrade pip setuptools wheel
4646
pip install -r dev_requirements.txt
4747
python setup.py build_ext --inplace
48-
python -m pytest --parallel-threads=auto
48+
python -m pytest iterations=8 --parallel-threads=auto
4949
- name: build and install the wheel
5050
run: |
5151
python setup.py bdist_wheel

0 commit comments

Comments
 (0)