Skip to content

Commit c6c880d

Browse files
authored
Run tests in parallel in ci/cd (#555)
1 parent b26291d commit c6c880d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: python -m pip install -e .
7171

7272
- name: Run Tests
73-
run: pytest --junitxml=tests.xml
73+
run: pytest --junitxml=tests.xml -n 5
7474
env:
7575
STEAMSHIP_API_KEY: ${{ secrets[matrix.api-key] }}
7676
STEAMSHIP_API_BASE: ${{ secrets[matrix.api-base] }}

0 commit comments

Comments
 (0)