turbo
44cb6a19 - Invoke turborepo tests via global turbo (#4647)

Commit
2 years ago
Invoke turborepo tests via global turbo (#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).
Author
Parents
Loading