Skip to content

Commit

Permalink
ci: Test highs & cbc features on nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk committed Dec 16, 2024
1 parent 4fd50cf commit 67b40b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install Intel OpenCL
run: sudo apt-get install -y intel-opencl-icd ocl-icd-opencl-dev
- name: Build
run: cargo +nightly build --verbose --no-default-features --features ipm-simd,ipm-ocl
run: cargo +nightly build --verbose --features highs,cbc,ipm-simd,ipm-ocl
- name: Run tests (SIMD only)
# Run tests with SIMD only to avoid OpenCL runtime requirement on Github actions.
run: cargo +nightly test --no-default-features --features ipm-simd
run: cargo +nightly test --features highs,cbc,ipm-simd

0 comments on commit 67b40b8

Please sign in to comment.