We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cebeb commit 15b141bCopy full SHA for 15b141b
.github/workflows/ci.yaml
@@ -1066,8 +1066,8 @@ jobs:
1066
python3 -b -X dev -m pytest \
1067
-qq \
1068
--timeout=20 \
1069
- ${cov_params[@]} \
1070
-n 1 \
+ ${cov_params[@]} \
1071
-o console_output_style=count \
1072
--durations=10 \
1073
-p no:sugar \
@@ -1192,6 +1192,7 @@ jobs:
1192
1193
1194
--timeout=9 \
1195
+ -n 1 \
1196
${cov_params[@]} \
1197
1198
--durations=0 \
@@ -1338,6 +1339,7 @@ jobs:
1338
1339
1340
1341
1342
1343
1344
1345
--durations-min=1 \
0 commit comments