inaos / iron-array

2 stars 0 forks source link

Enable heavy tests in python at least for linux #571

Closed FrancescAlted closed 2 years ago

FrancescAlted commented 2 years ago

When doing regular commits, we are running just the "non heavy" test suite for all platforms in CI. Recently we had an issue with a test not passing in heavy mode, and we did not notice after a good while. This is why we should run the heavy tests at least for one platform.

As windows typically takes much longer to execute in azure, the candidate for doing this should be linux or mac.

FrancescAlted commented 2 years ago

Fixed in https://github.com/inaos/iron-array-python/pull/179.