instructlab / sdg

Python library for Synthetic Data Generation
https://pypi.org/project/instructlab-sdg/
Apache License 2.0
24 stars 37 forks source link

Don't fail fast for unit and functional tests #397

Closed danmcp closed 1 week ago

danmcp commented 1 week ago

Lets macos, ubuntu 3.10 and ubuntu 3.11 all finish even if one of the tests fails early. There really isn't much downside in seeing if any of them pass. Worst case they all fail early at the same place.

Similar made change for instructlab here: https://github.com/instructlab/instructlab/pull/2647