diff --git a/.github/workflows/cmake_windows_python.yml b/.github/workflows/cmake_windows_python.yml index 66224e0948..45d5fa0902 100644 --- a/.github/workflows/cmake_windows_python.yml +++ b/.github/workflows/cmake_windows_python.yml @@ -29,6 +29,6 @@ jobs: - name: Build run: cmake --build build --config Release --target ALL_BUILD -v -- /maxcpucount - name: Test - run: cmake --build build --config Release --target RUN_TESTS -v -- --rerun-failed --output-on-failure + run: cmake --build build --config Release --target RUN_TESTS -v -- /maxcpucount - name: Install run: cmake --build build --config Release --target INSTALL -v -- /maxcpucount