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:
117
117
[void](Get-UvEnvironment "--group=build")
118
118
- name : Build & Test
119
119
shell : pwsh
120
- # 17.* select VS 2022
120
+ # 17.* selects VS 2022
121
121
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")
46
46
Invoke-WithEnvironment $uv_vs_env {
47
47
$settings = @ {
48
48
AMONGOC_USE_PMM = $UseVcpkg ;
49
- BUILD_TESTING = $Test ;
49
+ BUILD_TESTING = $Test -or $BuildTesting ;
50
50
AMONGOC_COMPILE_WARNING_AS_ERROR = $WarningsAsErrors ;
51
51
CMAKE_CROSS_CONFIGS = $Configs -join ' ;' ;
52
52
CMAKE_DEFAULT_CONFIGS = " all" ;
You can’t perform that action at this time.
0 commit comments