Skip to content

Commit

Permalink
Clean up CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloquinte committed Jan 3, 2024
1 parent b2723db commit f43d788
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
features: ["", "--no-default-features", "--features optim-mip", "--features optim-sat"]
features: ["", "--no-default-features"]
inclue:
- os: ubuntu-latest
features: "--features optim-mip"
- os: ubuntu-latest
features: "--features optim-sat"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand All @@ -40,7 +45,6 @@ jobs:
- name: Test
uses: actions-rs/cargo@v1
timeout-minutes: 10
if: ${{ matrix.features != '--features optim-mip' || matrix.os != 'macos-latest' }}
with:
command: test
args: ${{ matrix.features }}
Expand Down

0 comments on commit f43d788

Please sign in to comment.