From deb0b1736400732059e43f2687d1579c9b0ac379 Mon Sep 17 00:00:00 2001 From: Petr Andriushchenko Date: Fri, 31 Mar 2023 21:39:58 +0200 Subject: [PATCH] disabled long tests in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf15a38..ffd5a1d 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 long" -svv --cov=. --cov-report=xml + python -m pytest -m "not gcv and not 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