Skip to content

Commit 99ba489

Browse files
committed
chore(CI): run windows tests in parallel
1 parent ea00260 commit 99ba489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
298298
- name: Tests
299299
run: |
300-
pytest --random-order
300+
pytest --random-order --durations 20 -n auto
301301
302302
- name: Check for repository changes
303303
run: |

0 commit comments

Comments
 (0)