bavovanachte / sphinx-wavedrom

A sphinx extension that allows including wavedrom diagrams by using its text-based representation
MIT License
34 stars 18 forks source link

ci/testing: disable fail-fast #41

Closed umarcor closed 2 years ago

umarcor commented 2 years ago

Currently, if one of the jobs fails, the whole matrix is cancelled. This PR disables fail-fast, to allow jobs to continue despite one of them failing.