Skip to content

Commit c64426a

Browse files
committed
[CI] Enable output-on-failure in post-build tests.
1 parent 81226c1 commit c64426a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/root-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ jobs:
601601
602602
- name: CTest in post-install test project
603603
working-directory: ${{ env.POST_INSTALL_DIR }}
604-
run: ctest -j $(nproc)
604+
run: ctest --output-on-failure -j $(nproc)
605605

606606
event_file:
607607
# For any event that is not a PR, the CI will always run. In PRs, the CI

0 commit comments

Comments
 (0)