Skip to content

Commit b775d16

Browse files
committed
[CI] Enable output-on-failure in post-install tests.
1 parent 0c5ebf5 commit b775d16

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
@@ -607,7 +607,7 @@ jobs:
607607
608608
- name: CTest in post-install test project
609609
working-directory: ${{ env.POST_INSTALL_DIR }}
610-
run: ctest -j $(nproc)
610+
run: ctest --output-on-failure -j
611611

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

0 commit comments

Comments
 (0)