diff options
| author | 2022-04-20 21:21:20 +0100 | |
|---|---|---|
| committer | 2022-04-20 21:21:20 +0100 | |
| commit | b28ad5e3222df195db8090d4e8a69d7d19f604c6 (patch) | |
| tree | b51bafc7441ce28a53b9b5af67e28733117f1656 /.github | |
| parent | Don't use internal discord.py methods for available help channels message (diff) | |
Automatically determine number threads to use with pytest
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index cbdac63ab..57cc544d9 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -125,7 +125,7 @@ jobs: [flake8] %(code)s: %(text)s'" - name: Run tests and generate coverage report - run: pytest -n 8 --cov --disable-warnings -q + run: pytest -n auto --cov --disable-warnings -q # Prepare the Pull Request Payload artifact. If this fails, we # we fail silently using the `continue-on-error` option. It's |