ci: Don't fail fast in matrix builds
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 16 Dec 2020 12:30:33 +0000 (13:30 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 17 Dec 2020 13:28:13 +0000 (14:28 +0100)
We'd like to see the build results for all CI platforms, and not bail
out if a single one fails. This is particular useful when debugging
build issues that only happen for specific configurations.


No differences found