Skip to content

Commit 8d930c5

Browse files
committed
REVERTME speedup ctest more
1 parent 653beab commit 8d930c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/root-ci-config/build_root.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def run_ctest(extra_ctest_flags: str) -> int:
339339
builddir = os.path.join(WORKDIR, "build")
340340
ctest_result = subprocess_with_log(f"""
341341
cd '{builddir}'
342-
ctest -R ntuple -E tutorial-io-tree-ntuple1-py --output-on-failure --parallel {os.cpu_count()} --output-junit TestResults.xml {extra_ctest_flags}
342+
ctest -R ntuple -E tutorial-io-tree-ntuple1-py\|large\|limits --output-on-failure --parallel {os.cpu_count()} --output-junit TestResults.xml {extra_ctest_flags}
343343
""")
344344

345345
return ctest_result

0 commit comments

Comments
 (0)