diff --git a/.github/workflows/windows-vcpkg.yml b/.github/workflows/windows-vcpkg.yml index 98848798b4..bf598ebee7 100644 --- a/.github/workflows/windows-vcpkg.yml +++ b/.github/workflows/windows-vcpkg.yml @@ -167,7 +167,6 @@ jobs: prop_path: 'version' - name: Run named mps tests - if: ${{ env.RUN_SIMPLE_TESTS == 'true' }} uses: ./.github/workflows/run-tests with: simtest-tag: ${{steps.simtest-version.outputs.prop}} @@ -176,13 +175,11 @@ jobs: variant: "named-mps" - name: Run unfeasibility-related tests - if: ${{ env.RUN_SIMPLE_TESTS == 'true' }} run: | cd _build ctest -C Release --output-on-failure -R "^unfeasible$" - name: Run unit and end-to-end tests - if: ${{ env.RUN_SIMPLE_TESTS == 'true' }} run: | cd _build ctest -C Release --output-on-failure -L "unit|end-to-end" -LE ortools @@ -195,7 +192,6 @@ jobs: path: ${{ github.workspace }}/src/tests/mps - name: Run tests about infinity on BCs RHS - if: ${{ env.RUN_SIMPLE_TESTS == 'true' }} uses: ./.github/workflows/run-tests with: simtest-tag: ${{steps.simtest-version.outputs.prop}} @@ -203,7 +199,6 @@ jobs: os: ${{ env.test-platform }} - name: Run MILP with CBC - if: ${{ env.RUN_SIMPLE_TESTS == 'true' }} uses: ./.github/workflows/run-tests with: simtest-tag: ${{steps.simtest-version.outputs.prop}} @@ -212,7 +207,6 @@ jobs: os: ${{ env.test-platform }} - name: Run tests introduced in v860 - if: ${{ env.RUN_SIMPLE_TESTS == 'true' }} uses: ./.github/workflows/run-tests with: simtest-tag: ${{steps.simtest-version.outputs.prop}} @@ -220,7 +214,6 @@ jobs: os: ${{ env.test-platform }} - name: Run tests introduced in v870 - if: ${{ env.RUN_SIMPLE_TESTS == 'true' }} uses: ./.github/workflows/run-tests with: simtest-tag: ${{steps.simtest-version.outputs.prop}} @@ -228,7 +221,6 @@ jobs: os: ${{ env.test-platform }} - name: Run short-tests - if: ${{ env.RUN_SIMPLE_TESTS == 'true' }} uses: ./.github/workflows/run-tests with: simtest-tag: ${{steps.simtest-version.outputs.prop}} @@ -236,7 +228,6 @@ jobs: os: ${{ env.test-platform }} - name: Run mps tests - if: ${{ env.RUN_SIMPLE_TESTS == 'true' }} uses: ./.github/workflows/run-tests with: simtest-tag: ${{steps.simtest-version.outputs.prop}} @@ -244,13 +235,12 @@ jobs: os: ${{ env.test-platform }} - name: Run tests on adequacy patch - if: ${{ env.RUN_SIMPLE_TESTS == 'true' }} uses: ./.github/workflows/run-tests with: simtest-tag: ${{steps.simtest-version.outputs.prop}} batch-name: adequacy-patch-CSR os: ${{ env.test-platform }} - + - name: Run parallel tests if: ${{ env.RUN_EXTENDED_TESTS == 'true' }}