ci: segfault: try python -m pytest

This commit is contained in:
scito
2022-12-30 18:23:31 +01:00
parent 5eed47364e
commit d6c285e59d

View File

@@ -50,7 +50,7 @@ jobs:
mypy --strict src/*.py tests/*.py
if: matrix.python-version == '3.x'
- name: Test with pytest
run: pytest
run: python -m pytest
if: matrix.python-version != '3.x' || matrix.platform == 'ubuntu-latest'
- name: Test with pytest (with code coverage)
run: pytest --cov=test_extract_otp_secret_keys_pytest --junitxml=pytest.xml --cov-report=term-missing | tee pytest-coverage.txt