diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aff21cd7..c04829bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Run tests run: | - coverage run -m pytest + coverage run -m pytest --benchmark-disable coverage report - name: Coveralls parallel