diff options
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/turbo.json b/turbo.json index 57e4f1195..cff3381ec 100644 --- a/turbo.json +++ b/turbo.json @@ -10,7 +10,8 @@ }, "opencode#test": { "dependsOn": ["^build"], - "outputs": [] + "outputs": [], + "passThroughEnv": ["*"] }, "@opencode-ai/app#test": { "dependsOn": ["^build"], |
