Skip to content

Commit

Permalink
CI: enable verbose test logging to diagnose test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
falbrechtskirchinger committed Mar 10, 2022
1 parent e18b648 commit f4d0546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: build
run: cmake --build build --parallel 10
- name: test
run: cd build ; ctest -j 10 -C Debug --output-on-failure
run: cd build ; ctest -j 10 -C Debug -V

msvc2017:
runs-on: windows-2016
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: build
run: cmake --build build --parallel 10
- name: test
run: cd build ; ctest -j 10 -C Debug --exclude-regex "test-unicode" --output-on-failure
run: cd build ; ctest -j 10 -C Debug --exclude-regex "test-unicode" -V

clang-cl-11:
runs-on: windows-2019
Expand Down

0 comments on commit f4d0546

Please sign in to comment.