google-research / FirstOrderLp.jl

Experimental first-order solvers for linear and quadratic programming.
Apache License 2.0
103 stars 19 forks source link

CI tests don't test macos nor Julia 1.7 #115

Closed dapplegate closed 1 year ago

dapplegate commented 1 year ago

Expected Behavior

CI (continuous integration) tests ensure that the code works on a reasonable variety of platforms.

Actual Behavior

The CI tests only cover Julia 1.6 on linux.

Steps to Reproduce the Problem

  1. Introduce a change that breaks on macos or with Julia 1.7.
  2. Create a pull request for that change.

This issue was an indirect cause of issue #109 - that failure should have been detected by CI.