We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af0d15 commit a0ad091Copy full SHA for a0ad091
1 file changed
.github/workflows/pr_validation.yml
@@ -125,7 +125,6 @@ jobs:
125
run: |
126
git clone https://github.com/microsoft/vcpkg.git
127
.\vcpkg\bootstrap-vcpkg.bat
128
- .\vcpkg\vcpkg.exe install
129
130
- name: Configure CMake
131
run: >
@@ -144,4 +143,4 @@ jobs:
144
143
145
- name: Test
146
working-directory: ${{ steps.strings.outputs.build-output-dir }}
147
- run: ctest --build-config ${{ matrix.build_type }}
+ run: ctest --build-config ${{ matrix.build_type }} --rerun-failed --output-on-failure
0 commit comments