zio-grpc
zio-grpc copied to clipboard
Enable scala 3 pipeline
There's a compilation error due to this compiler bug: https://github.com/lampepfl/dotty/issues/15855
Is it only impact Scala.js on Scala 3? If so, we can exclude for the time being.
Done (I found the flaky test, will work on this separately). I split the JVM and JS tests into two steps, so that I can exclude Scala3+JS but let me know if there is a better way of expressing the same thing—I've not written much GH actions.
@thesamet gentle ping.
Thank you!