Saw it here https://github.com/bitcoin/bitcoin/actions/runs/11488618084/job/31975712362?pr=31000.
The ’test-each-commit’ and ‘win64’ CI jobs currently do not display test logs when an error occurs, making it almost impossible to debug issues that don’t arise locally. Fix this by setting the CTest --output-on-failure
flag (per README).