summaryrefslogtreecommitdiffhomepage
path: root/turbo.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-27 03:04:42 -0400
committerDax Raad <[email protected]>2025-09-27 03:04:42 -0400
commit4b94d98f893009580e02a9ce323a67ef5a5d818c (patch)
treea14ec8ebd858548c1af0b3f418e8bd47e735cd3a /turbo.json
parentd0043a4a7855a2891992d7a84c9e6a316f54fcb9 (diff)
downloadopencode-4b94d98f893009580e02a9ce323a67ef5a5d818c.tar.gz
opencode-4b94d98f893009580e02a9ce323a67ef5a5d818c.zip
ci: improve test coverage
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/turbo.json b/turbo.json
index cd40493de..9b978176b 100644
--- a/turbo.json
+++ b/turbo.json
@@ -5,6 +5,9 @@
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
+ },
+ "test": {
+ "dependsOn": ["^test"]
}
}
}