diff --git a/.github/workflows/windows-vcpkg.yml b/.github/workflows/windows-vcpkg.yml index c3cde228f5..c32008c7b3 100644 --- a/.github/workflows/windows-vcpkg.yml +++ b/.github/workflows/windows-vcpkg.yml @@ -123,7 +123,7 @@ jobs: - name: Run unfeasibility-related tests run: | cd _build - ctest -C Release --output-on-failure -V -R unfeasible + ctest -C Release --output-on-failure -R "^unfeasible$" - name: Run unit and end-to-end tests run: |