deepset-ai / haystack-experimental

🧪 Experimental features for Haystack
https://haystack.deepset.ai
Apache License 2.0
23 stars 9 forks source link

CI test work flow should separate unit and integration steps #86

Closed shadeMe closed 1 month ago

shadeMe commented 2 months ago

Currently, the CI runs both unit and integration tests under the Unit Tests steps. We should separate this like it's done in the core repo.