houqp / leptess

Productive and safe Rust binding for leptonica and tesseract
https://houqp.github.io/leptess/leptess/index.html
MIT License
258 stars 29 forks source link

CI keeps failing #37

Closed ccouzens closed 3 years ago

ccouzens commented 3 years ago

The tests keep timing out on circle ci, which is reported as a failure.

EG: https://app.circleci.com/pipelines/github/houqp/leptess/144/workflows/840b32fe-bb25-49f0-81df-23de6f77514b/jobs/174

On my laptop, they take about 7 seconds to run through (not including compiling) which is a reasonable time.

I tried to decrease the concurrency, to see if that helped. It didn't.

ccouzens commented 3 years ago

Ideas on how to tackle this:

  1. Switch to github actions
  2. configure some tests not to run on CI
houqp commented 3 years ago

Yeah, let's switch to Github action!