zmkfirmware / zmk

ZMK Firmware Repository
https://zmk.dev/
MIT License
2.68k stars 2.74k forks source link

ci: fail slowly #2365

Open lesshonor opened 3 months ago

lesshonor commented 3 months ago

Instead of cancelling all jobs in the build or test matrices if one fails, allow remaining jobs to continue running.

This lowers the impact of transient problems with CI actions/runners, and provides more complete testing feedback on submissions. (This test run, for example, might have benefited from not being halted early.)