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
Don't invoke Maven every time we run a test (#1067)
Previously, the testing script would invoke Maven every time it compiled
a pattern-matching tree; this was slow and made the CI process prone to
intermittent network failures. This PR addresses the issue by instead
directly invoking the compiled JAR file that we already built with
Maven.
Fixes#1055
Co-authored-by: rv-jenkins <[email protected]>
0 commit comments