]> granicus.if.org Git - libevent/commitdiff
github/workflows/mingw: use ctest --output-on-failure
authorAzat Khuzhin <azat@libevent.org>
Sun, 19 Sep 2021 09:33:44 +0000 (12:33 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sun, 19 Sep 2021 09:33:59 +0000 (12:33 +0300)
Otherwise it is hard to understand the problem [1].

  [1]: https://github.com/azat/libevent/runs/3643912284

.github/workflows/mingw.yml

index 2bfb309121688675af146deaabf04dd257c4aa12..0145b8bb97734c065c872ffb9e7a66065000c26b 100644 (file)
@@ -162,7 +162,7 @@ jobs:
         shell: powershell
         run: |
           cd build
-          ctest -V
+          ctest --output-on-failure
 
       - uses: actions/upload-artifact@v1
         if: failure()