Skip to content

Commit 9a16136

Browse files
committed
fix fast test
1 parent 61c1d5c commit 9a16136

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/jobs/fast_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,9 @@ def main():
246246
print(step_name)
247247
res = res and CH.run_fast_test(test=args.test or "")
248248
if res:
249-
results.append(FTResultsProcessor(wd=Settings.OUTPUT_DIR).run())
249+
results.append(
250+
FTResultsProcessor(wd=Settings.OUTPUT_DIR, test_options=["fast"]).run()
251+
)
250252
results[-1].set_timing(stopwatch=stop_watch_)
251253
else:
252254
results.append(

0 commit comments

Comments
 (0)