functime-org / functime

Time-series machine learning at scale. Built with Polars for embarrassingly parallel feature extraction and forecasts on panel data.

Home Page:https://docs.functime.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce Test Runtime in CICD

ngriffiths13 opened this issue · comments

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.

Partially dealt with by: #175