diff --git a/.github/workflows/build_macos_arm.yml b/.github/workflows/build_macos_arm.yml index a652bc1..61c3821 100644 --- a/.github/workflows/build_macos_arm.yml +++ b/.github/workflows/build_macos_arm.yml @@ -55,7 +55,7 @@ jobs: run: | cd ${{github.workspace}} source tmp/venv/bin/activate - pip3 install pytest-qt pytest-cov + pip3 install pytest-qt pytest-cov pytest-timeout pytest -vvv --cov=gui --cov=utils ${{github.workspace}}/integration_tests --timeout=60 --log-cli-level=DEBUG deactivate