ci: segfault: try python -m pytest
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
mypy --strict src/*.py tests/*.py
|
mypy --strict src/*.py tests/*.py
|
||||||
if: matrix.python-version == '3.x'
|
if: matrix.python-version == '3.x'
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: pytest
|
run: python -m pytest
|
||||||
if: matrix.python-version != '3.x' || matrix.platform == 'ubuntu-latest'
|
if: matrix.python-version != '3.x' || matrix.platform == 'ubuntu-latest'
|
||||||
- name: Test with pytest (with code coverage)
|
- 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
|
run: pytest --cov=test_extract_otp_secret_keys_pytest --junitxml=pytest.xml --cov-report=term-missing | tee pytest-coverage.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user