File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,6 @@ jobs:
117117 [void](Get-UvEnvironment "--group=build")
118118 - name : Build & Test
119119 shell : pwsh
120- # 17.* select VS 2022
120+ # 17.* selects VS 2022
121121 run : |
122- tools/ci.ps1 -VSVersion 17.* -TargetArch " ${{matrix.arch}}" -UseVcpkg
122+ tools/ci.ps1 -VSVersion 17.* -TargetArch ${{matrix.arch}} -UseVcpkg -BuildTesting
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ $uv_vs_env.Add("CXX", "cl.exe")
4646Invoke-WithEnvironment $uv_vs_env {
4747 $settings = @ {
4848 AMONGOC_USE_PMM = $UseVcpkg ;
49- BUILD_TESTING = $Test ;
49+ BUILD_TESTING = $Test -or $BuildTesting ;
5050 AMONGOC_COMPILE_WARNING_AS_ERROR = $WarningsAsErrors ;
5151 CMAKE_CROSS_CONFIGS = $Configs -join ' ;' ;
5252 CMAKE_DEFAULT_CONFIGS = " all" ;
You can’t perform that action at this time.
0 commit comments