From 43239626791559b21247a03d93924a458c2a3921 Mon Sep 17 00:00:00 2001 From: dbouget Date: Mon, 13 Jan 2025 12:48:35 +0100 Subject: [PATCH] MacOS ARM test line edit in CI [skip ci] --- .github/workflows/build_macos_arm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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