NREL / BuildingMOTIF

Building Metadata OnTology Interoperability Framework (BuildingMOTIF)
https://buildingmotif.readthedocs.io/
Other
42 stars 6 forks source link

Disable Fail-Fast for python version matrix tests #297

Open TShapinsky opened 7 months ago

TShapinsky commented 7 months ago

Right now if tests fall for one python version all of the matrix tests get cancelled. This is fine most of the time, but when we're dealing with version to version inconsistency you can't see if tests are just failing for one python version.

To Address this I propose disabling fail fast in the testing strategy.