Skip to content

Commit bca0789

Browse files
authored
add pytest tag (#637)
* add pytest tag
1 parent 435008f commit bca0789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
177177
- name: Run full coverage suite
178178
run: |
179-
pytest -q --tb=short --disable-warnings -n 0 -p pytest_cov \
179+
pytest -q --tb=short --disable-warnings -n auto -p pytest_cov \
180180
--cov=ultraplot --cov-branch --cov-context=test \
181181
--cov-report=xml:coverage.xml --cov-report= \
182182
ultraplot/tests

0 commit comments

Comments
 (0)