github/workflows/mingw: use ctest --output-on-failure

Otherwise it is hard to understand the problem [1].

  [1]: https://github.com/azat/libevent/runs/3643912284
This commit is contained in:
Azat Khuzhin 2021-09-19 12:33:44 +03:00
parent 7855900c01
commit 12e6d6ebaf

View File

@ -162,7 +162,7 @@ jobs:
shell: powershell
run: |
cd build
ctest -V
ctest --output-on-failure
- uses: actions/upload-artifact@v1
if: failure()