Skip to content

Commit e34d9e1

Browse files
committed
Change verbose mode
1 parent 8df30c7 commit e34d9e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747

4848
- name: Run tests
4949
working-directory: build
50-
run: |
51-
export CTEST_OUTPUT_ON_FAILURE=1
52-
cmake --build . --config ${{ matrix.build_type }} --target run_tests_with_junit_report
50+
env:
51+
CTEST_OUTPUT_ON_FAILURE: 1
52+
run: cmake --build . --config ${{ matrix.build_type }} --target run_tests_with_junit_report
5353

5454
windows_build_fetch_from_source:
5555
runs-on: windows-latest

0 commit comments

Comments
 (0)