awakesecurity / gRPC-haskell

Haskell gRPC support
https://hackage.haskell.org/package/grpc-haskell
Apache License 2.0
236 stars 74 forks source link

relax the upper bound for bytestring #144

Closed fumieval closed 1 year ago

ixmatus commented 1 year ago

For a reason I cannot divine, the test suite appears to diverge on the macos tester...

fumieval commented 1 year ago

Is there anything I should do about this?

ixmatus commented 1 year ago

@fumieval I'm going to re-run the test suite on the macos builder but I'm not confident about it. Your change here is pretty innocuous so I don't think it's the culprit but I also don't have any time at the moment to debug why GitHub action runners on macos are diverging with our test suite.

If this rerun passes then we can conclude it was GitHub action's fault, otherwise we might have to figure out which test is diverging.