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
ci: disable errorprone during "tests" job (#15312)
Errorprone is only needed for "checks without tests". The idea is to
speed up compilation for the "tests" job, which focuses on executing
tests. Any errorprone issues will be found by the "checks without tests"
job.
0 commit comments