rsocket / rsocket-kotlin

RSocket Kotlin multi-platform implementation
http://rsocket.io
Apache License 2.0
553 stars 37 forks source link

Better CI setup for simple understanding of failed tests #147

Closed whyoleg closed 3 years ago

whyoleg commented 3 years ago

Motivation:

On current moment, it's hard to understand which test, for which target and why it failed.

Modifications:

Result:

Easier to understand, what to fix. Still, CI tests are unstable (locally jvm/js/mac tests works ok)

whyoleg commented 3 years ago

UPDATE: