rm5248 commented on code in PR #399:
URL: https://github.com/apache/logging-log4cxx/pull/399#discussion_r1689683633
##########
.github/workflows/log4cxx-cpp11.yml:
##########
@@ -45,5 +45,5 @@ jobs:
run: |
cd main
cd build
- ctest -C Debug --output-on-failure -V
Review Comment:
The `-V` flag I find is important, because if a test fails there will
generally be some output that is useful.
It looks like we should be able to set it as an input, so that we can turn
it on if required:
https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]