functime-org / functime

Time-series machine learning at scale. Built with Polars for embarrassingly parallel feature extraction and forecasts on panel data.
https://docs.functime.ai
Apache License 2.0
1.02k stars 55 forks source link

Reduce Test Runtime in CICD #170

Closed ngriffiths13 closed 3 months ago

ngriffiths13 commented 8 months ago

Describe the bug CICD is failing and running out of free minutes due to long and unnecessary testing.

To Reproduce Steps to reproduce the behavior: Run tests in CICD

Expected behavior A quick and sufficient completion of test cases.

topher-lo commented 7 months ago

Partially dealt with by: https://github.com/functime-org/functime/pull/175

baggiponte commented 3 months ago

Ciao! Now all tests pass (we skip the benchmarking ones). I still would like to shrink CI duration with #212, but that's another topic of discussion. Closing this. And thanks for taking care of it!