Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 23, 2024
1 parent c87bf06 commit a32f7f8
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/win-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a32f7f8

Please sign in to comment.