codingteam / Hyperspace

Simple 2D game written in Clojure and Kotlin.
MIT License
8 stars 4 forks source link

CI: disable fail-fast #62

Closed ForNeVeR closed 6 months ago

ForNeVeR commented 6 months ago

This will allow the builds on non-failing platforms to finish instead of failing all if only one platform fails.

For now this new behavior is preferable for us, because sometimes the tests may be flaky.