Skip to content

Commit b4ef82d

Browse files
committed
Try using as many workers as available for test workflow
Not sure why this is set to 1 originally
1 parent c1dbc06 commit b4ef82d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ jobs:
102102
run: pip install tox
103103
- name: Run integration
104104
# Force one single concurrent test
105-
run: tox -e integration -- -n 1
105+
run: tox -e integration

0 commit comments

Comments
 (0)