diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edbf21b..cf15a38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Run pytest run: | cd misinformation - python -m pytest -m "not gcv and mem_cons" -svv --cov=. --cov-report=xml + python -m pytest -m "not gcv and long" -svv --cov=. --cov-report=xml - name: Upload coverage if: matrix.os == 'ubuntu-22.04' && matrix.python-version == '3.9' uses: codecov/codecov-action@v3