SynBioDex / pySBOL2

A pure Python implementation of the SBOL standard.
Apache License 2.0
20 stars 6 forks source link

Prevent failing build jobs from canceling other jobs #406

Closed tcmitchell closed 2 years ago

tcmitchell commented 2 years ago

Use strategy.fail-fast = false to avoid having one failing jobs terminate the other jobs. We'd like to know if some would pass, rather than seeing everything as failed.