Skip to content

Commit 9ba6bc9

Browse files
committed
Use run_tests to simplify
1 parent e34d9e1 commit 9ba6bc9

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
env:
5151
CTEST_OUTPUT_ON_FAILURE: 1
52-
run: cmake --build . --config ${{ matrix.build_type }} --target run_tests_with_junit_report
52+
run: cmake --build . --config ${{ matrix.build_type }} --target run_tests
5353

5454
windows_build_fetch_from_source:
5555
runs-on: windows-latest

0 commit comments

Comments
 (0)