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
Tests are run, otherwise using the very same configuration as the primary build,
in the second stage. As all tasks within one stage run in parallel, the ~20mins
that test execution takes will pass while also doing other work rather than
blocking progress to the next stage. Via ccache we will avoid spending time for
re-building.
0 commit comments