From 6f56b481edfe334cd5fa8c6b47a9a7a98e37433f Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sun, 21 Jun 2026 21:43:05 -0400 Subject: [PATCH] test(core): run core suite in CI --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index 220cd96e58..c9255902c5 100644 --- a/turbo.json +++ b/turbo.json @@ -13,6 +13,10 @@ "outputs": [], "passThroughEnv": ["*"] }, + "@opencode-ai/core#test": { + "dependsOn": ["^build"], + "outputs": [] + }, "@opencode-ai/app#test": { "dependsOn": ["^build"], "outputs": []