From 59ede094c83992375303aa8028a26ca9c8f64c02 Mon Sep 17 00:00:00 2001 From: czoido Date: Thu, 28 Nov 2024 19:11:34 +0100 Subject: [PATCH] verbose --- .github/workflows/win-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win-tests.yml b/.github/workflows/win-tests.yml index 9350a201217..4b1a7117f27 100644 --- a/.github/workflows/win-tests.yml +++ b/.github/workflows/win-tests.yml @@ -245,4 +245,4 @@ jobs: [System.Environment]::SetEnvironmentVariable('MSYS2_PATH', $msys2Path, [System.EnvironmentVariableTarget]::Process) Write-Host "Added MSYS2_PATH environment variable: $msys2Path" - pytest test/functional -n=auto --durations=100 + pytest test/functional -n=auto --durations=100 -vvv