Skip to content

Commit 15b141b

Browse files
authored
Update ci.yaml
1 parent 62cebeb commit 15b141b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,8 +1066,8 @@ jobs:
10661066
python3 -b -X dev -m pytest \
10671067
-qq \
10681068
--timeout=20 \
1069-
${cov_params[@]} \
10701069
-n 1 \
1070+
${cov_params[@]} \
10711071
-o console_output_style=count \
10721072
--durations=10 \
10731073
-p no:sugar \
@@ -1192,6 +1192,7 @@ jobs:
11921192
python3 -b -X dev -m pytest \
11931193
-qq \
11941194
--timeout=9 \
1195+
-n 1 \
11951196
${cov_params[@]} \
11961197
-o console_output_style=count \
11971198
--durations=0 \
@@ -1338,6 +1339,7 @@ jobs:
13381339
-qq \
13391340
--timeout=9 \
13401341
${cov_params[@]} \
1342+
-n 1 \
13411343
-o console_output_style=count \
13421344
--durations=0 \
13431345
--durations-min=1 \

0 commit comments

Comments
 (0)