datamole-ai / edvart

An open-source Python library for Data Scientists & Data Analysts designed to simplify the exploratory data analysis process. Using Edvart, you can explore data sets and generate reports with minimal coding.
https://datamole-ai.github.io/edvart/
MIT License
48 stars 7 forks source link

ci: execute tests in parallel #185

Closed mbelak-dtml closed 11 months ago

mbelak-dtml commented 11 months ago

With #159 and #162, we have added more and longer-running tests, which results in the test suite taking over 10 minutes to complete. Since the tests are independent of each other, they can be run in parallel.