From 0fb08e53639ff4fb0c683b359e87d873617b8c6a Mon Sep 17 00:00:00 2001 From: czoido Date: Wed, 30 Oct 2024 13:06:11 +0100 Subject: [PATCH] wip --- .github/workflows/win-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/win-tests.yml b/.github/workflows/win-tests.yml index 494803ab9c8..dfc211d73eb 100644 --- a/.github/workflows/win-tests.yml +++ b/.github/workflows/win-tests.yml @@ -188,5 +188,4 @@ jobs: [System.Environment]::SetEnvironmentVariable('MSYS2_PATH', $msys2Path, [System.EnvironmentVariableTarget]::Process) Write-Host "Added MSYS2_PATH environment variable: $msys2Path" - pytest test/functional/toolchains/qbs/ -n=auto -vvv - #pytest test/unittests test/integration test/functional -n=auto --durations=50 + pytest test/unittests test/integration test/functional -n=auto --durations=50 -vvv