ci: Add CTEST_OUTPUT_ON_FAILURE=1 variable env

This commit is contained in:
Corentin Le Molgat
2024-09-04 14:17:12 +02:00
parent 9fdba5fc75
commit 2fbead5222
4 changed files with 8 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ jobs:
fail-fast: false
name: Windows • ${{ matrix.cmake.generator }} • Python-${{ matrix.python.version }}
runs-on: windows-latest
env:
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4