Skip to content

Commit 1275320

Browse files
committed
[CI] Enable output-on-failure for post-install CI tests.
1 parent 8152c4d commit 1275320

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
@@ -602,7 +602,7 @@ jobs:
602602
603603
- name: CTest in post-install test project
604604
working-directory: ${{ env.POST_INSTALL_DIR }}
605-
run: ctest -j $(nproc)
605+
run: ctest --output-on-failure -j $(nproc)
606606

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

0 commit comments

Comments
 (0)