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
Invoke turborepo tests via global turbo (vercel#4647)
This reduces the number of turbo builds to one, as
a dependency of running tests.
This also means we may actually be able to turn on remote caching in
GitHub CI and make it faster.
The important caveat is that we have to use a published version of turbo
to kick off test runs. I think this is generally a good thing because it
means we use what our customers use and we become *real* customers of
our own tool.
The tests themselves will continue to exercise the locally built code.
(except in the case of examples tests which use the installed version in
each example).
0 commit comments