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 61c1d5c commit 9a16136Copy full SHA for 9a16136
ci/jobs/fast_test.py
@@ -246,7 +246,9 @@ def main():
246
print(step_name)
247
res = res and CH.run_fast_test(test=args.test or "")
248
if res:
249
- results.append(FTResultsProcessor(wd=Settings.OUTPUT_DIR).run())
+ results.append(
250
+ FTResultsProcessor(wd=Settings.OUTPUT_DIR, test_options=["fast"]).run()
251
+ )
252
results[-1].set_timing(stopwatch=stop_watch_)
253
else:
254
results.append(
0 commit comments