You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publish tests JAR (zio#1005)
`TestRuntime` is inherited by multiple tests throughout the codebase.
While it would be better to move it to `testkit`, such change would
create cyclic dependency between the modules. Instead, core's tests are
published as separate JAR reachable via classifier "tests".