Open reikdas opened 9 months ago
I actually glanced at this since I like making CI stuff. My understanding is that you need to generate matricies first now before running the tests. I'm not sure how long that takes but it probably makes the current testing setup not suitable for CI(unless matricies are checked in)
I don’t think it takes significant time to generate at least some matrices (I don’t know whether there’s a “blessed” set of matrices, but do CI need to run on the full set even?..). But if it does, you could host them somewhere (e.g. GitHub releases can store arbitrary blobs) and wget
them on every CI run (and maybe even cache them via the GitHub action).
There are a couple of things to do here:
Now that we have a minimal
test.py
file, we can setup a Github actions CI to run it with every PR and push to main.