Skip to content

Commit

Permalink
Adequacy patch tests on CI : these tests are passed twice on Ubuntu. …
Browse files Browse the repository at this point in the history
…Remove one of these tests run.
  • Loading branch information
guilpier-code committed Dec 11, 2024
1 parent 0bfd94c commit eb267eb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
variant: "milp-cbc"
os: ${{ env.os }}

- name: Run tests on adequacy patch
- name: Run tests on adequacy patch (CSR)
if: ${{ env.RUN_SIMPLE_TESTS == 'true' }}
uses: ./.github/workflows/run-tests
with:
Expand Down Expand Up @@ -266,14 +266,6 @@ jobs:
batch-name: valid-mps
os: ${{ env.os }}

- name: Run tests for adequacy patch (CSR)
if: ${{ env.RUN_SIMPLE_TESTS == 'true' && !cancelled() }}
uses: ./.github/workflows/run-tests
with:
simtest-tag: ${{ env.SIMTEST }}
batch-name: adequacy-patch-CSR
os: ${{ env.os }}

- name: Run parallel tests
if: ${{ env.RUN_EXTENDED_TESTS == 'true' && !cancelled() }}
uses: ./.github/workflows/run-tests
Expand Down

0 comments on commit eb267eb

Please sign in to comment.