We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed03395 commit 2be2942Copy full SHA for 2be2942
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
- uses: ./.github/actions/setup-cmux
98
99
- name: Run integration tests with coverage
100
- run: TEST_INTEGRATION=1 bun x jest --coverage --maxWorkers=100% --silent ${{ github.event.inputs.test_filter || 'tests' }}
+ run: TEST_INTEGRATION=1 bun x jest --coverage --maxWorkers=200% --silent ${{ github.event.inputs.test_filter || 'tests' }}
101
env:
102
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
103
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
0 commit comments