mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
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:
parent
7855900c01
commit
12e6d6ebaf
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
@ -162,7 +162,7 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
ctest -V
|
ctest --output-on-failure
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
if: failure()
|
if: failure()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user