Skip to content

Commit 03c2d0d

Browse files
committed
ci(workflows): rearange order of PR regression test command
1 parent 313f038 commit 03c2d0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ jobs:
110110
run: |
111111
python -m pytest tests/regression \
112112
-m "not slow" \
113-
-k "${{ matrix.system }}" \
114113
--dist=loadscope \
115114
-n auto \
115+
-k "${{ matrix.system }}" \
116116
-vv \
117117
--durations=20
118118

0 commit comments

Comments
 (0)