Skip to content

Commit

Permalink
run fail
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 23, 2024
1 parent e97c417 commit 1693eea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/win-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,12 @@ 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/ --durations=20 --numprocesses=auto
pytest test/functional/subsystems_build_test.py::TestSubsystemsCMakeBuild::test_cygwin -vvv
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

0 comments on commit 1693eea

Please sign in to comment.