]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Added verbose flag to CI to see sanitizer output.
authorNathan Moinvaziri <nathan@nathanm.com>
Fri, 2 Oct 2020 05:10:40 +0000 (22:10 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 18 Oct 2020 13:39:03 +0000 (15:39 +0200)
.github/workflows/cmake.yml

index 3824af50bb572fb74db94b60ab2ac09259ff194a..78ca0699f9bb3e3c46ac1877221b6b9f7e389789 100644 (file)
@@ -399,7 +399,7 @@ jobs:
       if: runner.os != 'Windows' || contains(matrix.name, 'ARM') == false
       run: |
         cd ${{ matrix.build-dir || '.' }}
-        ctest -C Release --output-on-failure --max-width 120 -j 6
+        ctest --verbose -C Release --output-on-failure --max-width 120 -j 6
       env:
         ASAN_OPTIONS: ${{ matrix.asan-options || 'verbosity=1' }}:abort_on_error=1
         MSAN_OPTIONS: ${{ matrix.msan-options || 'verbosity=1' }}:abort_on_error=1