diff options
Diffstat (limited to '.github/workflows/windows_python.yml')
-rw-r--r-- | .github/workflows/windows_python.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml index 3cbf82e03a..8ab821c351 100644 --- a/.github/workflows/windows_python.yml +++ b/.github/workflows/windows_python.yml @@ -37,6 +37,7 @@ jobs: with: flags: unittests,windows token: ${{ secrets.CODECOV_TOKEN }} + verbose: true unit-tests-cmd: runs-on: windows-latest steps: @@ -62,6 +63,7 @@ jobs: with: flags: unittests,windows token: ${{ secrets.CODECOV_TOKEN }} + verbose: true build-abseil: runs-on: windows-latest steps: |