Skip to content

Commit 8df30c7

Browse files
committed
Run tests consistently
1 parent 866ce50 commit 8df30c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: build
5050
run: |
5151
export CTEST_OUTPUT_ON_FAILURE=1
52-
cmake --build . --config ${{ matrix.build_type }} --target run_tests
52+
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)