ci: enable Turbo remote cache + parallelize pipeline steps #106

Merged
jason.woltje merged 1 commits from fix/ci-turbo-cache into main 2026-03-15 01:14:57 +00:00

1 Commits

Author SHA1 Message Date
f339f9407b ci: enable Turbo remote cache + parallelize pipeline steps
- Connect to turbo.mosaicstack.dev remote cache (ducktors/turborepo-remote-cache)
- Parallelize lint, format, and test after typecheck (were sequential)
- Add turbo_token secret for cache authentication
- TURBO_API + TURBO_TEAM env vars on all Turbo-managed steps

Before: install → typecheck → lint → format → test → build (serial)
After:  install → typecheck → lint ─┐
                             format ├→ build
                             test ──┘

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 20:14:32 -05:00