From a32f7f829e35c40bad20f3fee6756a447d3b0166 Mon Sep 17 00:00:00 2001 From: czoido Date: Wed, 23 Oct 2024 16:12:40 +0200 Subject: [PATCH] wip --- .github/workflows/win-tests.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/win-tests.yml b/.github/workflows/win-tests.yml index 615d4aa9d60..1520cc0b962 100644 --- a/.github/workflows/win-tests.yml +++ b/.github/workflows/win-tests.yml @@ -154,11 +154,13 @@ 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/functional/test_profile_detect_api.py::TestProfileDetectAPI::test_profile_detect_compiler -vvv - pytest test/functional/toolchains/cmake/test_cmake_toolchain_win_clang.py::TestVSClangCL::test_clang_visual_studio_generator -vvv - pytest test/integration/toolchains/microsoft/vcvars_test.py::test_vcvars_2015_error -vvv - pytest test/integration/toolchains/microsoft/vcvars_test.py::test_vcvars_platform_x86 -vvv - pytest test/integration/toolchains/microsoft/vcvars_test.py::test_deactivate_vcvars_message -vvv - pytest test/performance/test_large_graph.py::test_large_graph -vvv - pytest test/functional/toolchains/microsoft/test_msbuild.py::TestWin::test_toolchain_win_vs2022[msvc-193-static-17] -vvv - pytest test/functional/toolchains/microsoft/test_v2_msbuild_template.py::test_msbuild_lib_2022 -vvv + pytest ` + test/functional/test_profile_detect_api.py::TestProfileDetectAPI::test_profile_detect_compiler ` + test/functional/toolchains/cmake/test_cmake_toolchain_win_clang.py::TestVSClangCL::test_clang_visual_studio_generator ` + test/integration/toolchains/microsoft/vcvars_test.py::test_vcvars_2015_error ` + test/integration/toolchains/microsoft/vcvars_test.py::test_vcvars_platform_x86 ` + test/integration/toolchains/microsoft/vcvars_test.py::test_deactivate_vcvars_message ` + test/performance/test_large_graph.py::test_large_graph ` + test/functional/toolchains/microsoft/test_msbuild.py::TestWin::test_toolchain_win_vs2022[msvc-193-static-17] ` + test/functional/toolchains/microsoft/test_v2_msbuild_template.py::test_msbuild_lib_2022 ` + -vvv \ No newline at end of file