We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26291d commit c6c880dCopy full SHA for c6c880d
1 file changed
.github/workflows/test-main.yml
@@ -70,7 +70,7 @@ jobs:
70
run: python -m pip install -e .
71
72
- name: Run Tests
73
- run: pytest --junitxml=tests.xml
+ run: pytest --junitxml=tests.xml -n 5
74
env:
75
STEAMSHIP_API_KEY: ${{ secrets[matrix.api-key] }}
76
STEAMSHIP_API_BASE: ${{ secrets[matrix.api-base] }}
0 commit comments