From 62d75bd7c4fcc82ca80ad43b16b1ef4c95e2529b Mon Sep 17 00:00:00 2001 From: czoido Date: Thu, 24 Oct 2024 08:37:12 +0200 Subject: [PATCH] just run failing --- .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 c068e1a84da..d3f135abb42 100644 --- a/.github/workflows/win-tests.yml +++ b/.github/workflows/win-tests.yml @@ -170,4 +170,4 @@ jobs: $env:CONAN_TEST_FOLDER = $randomFolder $env:Path = "C:\tools\cmake\3.15.7\cmake-3.15.7-win64-x64\bin;" + $env:Path Remove-Item 'C:\Strawberry' -Recurse - pytest test/ -vvv -n auto \ No newline at end of file + pytest -k "test_cache_save_restore_multiple_revisions or test_cmake_toolchain_winsdk_version or test_deactivate_vcvars_message or test_toolchain_win_vs2022 or test_locally_build_msvc or test_locally_build_msvc_toolset" -vvv \ No newline at end of file