diff options
| author | Dax Raad <[email protected]> | 2025-09-27 03:04:42 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-27 03:04:42 -0400 |
| commit | 4b94d98f893009580e02a9ce323a67ef5a5d818c (patch) | |
| tree | a14ec8ebd858548c1af0b3f418e8bd47e735cd3a /turbo.json | |
| parent | d0043a4a7855a2891992d7a84c9e6a316f54fcb9 (diff) | |
| download | opencode-4b94d98f893009580e02a9ce323a67ef5a5d818c.tar.gz opencode-4b94d98f893009580e02a9ce323a67ef5a5d818c.zip | |
ci: improve test coverage
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 3 |
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"] } } } |
