From 547e0148c7354af3b01af40c976c51dc2cee0349 Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:09:10 -0500 Subject: [PATCH] chore(codemode): run tests in CI (#36772) --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index 83bc4fbeae..cd139edb2e 100644 --- a/turbo.json +++ b/turbo.json @@ -8,6 +8,10 @@ "dependsOn": [], "outputs": ["dist/**"] }, + "@opencode-ai/codemode#test": { + "dependsOn": ["^build"], + "outputs": [] + }, "@opencode-ai/core#test": { "dependsOn": ["^build"], "outputs": []