bazelbuild / rules_kotlin

Bazel rules for Kotlin
Apache License 2.0
328 stars 205 forks source link

Failed tests are reported as successful #1141

Closed zalewskise closed 3 months ago

zalewskise commented 3 months ago

I was looking into writing some tests and to my surprise, tests that supposed to be failing were reported as successful on my machine. Tried out breaking tests on CI in https://github.com/bazelbuild/rules_kotlin/pull/1140 and it's green.

Broken since: https://github.com/bazelbuild/rules_kotlin/pull/1128

zalewskise commented 3 months ago

cc: @restingbull

restingbull commented 3 months ago

Fixed in https://github.com/bazelbuild/rules_kotlin/pull/1142