diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 4d56597..ef7b71c 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -31,4 +31,4 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - python -m pytest --import-mode=importlib -x -v || true + python -m pytest --import-mode=importlib -x -v