Skip to content

Commit 8770852

Browse files
committed
Update Windows unit test run
1 parent 222027c commit 8770852

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build_test.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
with:
322322
submodules: 'true'
323323

324-
- name: Setup Visual Studio x86_6
324+
- name: Setup Visual Studio x86_64
325325
uses: ilammy/msvc-dev-cmd@v1
326326

327327
- name: Build release
@@ -357,7 +357,7 @@ jobs:
357357
shell: cmd
358358

359359
- name: Run unit tests
360-
run: ctest
360+
run: ctest -C Release
361361
working-directory: build_rel
362362

363363
build-windows-x64-clangcl:
@@ -369,7 +369,7 @@ jobs:
369369
with:
370370
submodules: 'true'
371371

372-
- name: Setup Visual Studio x86_6
372+
- name: Setup Visual Studio x86_64
373373
uses: ilammy/msvc-dev-cmd@v1
374374

375375
- name: Build release
@@ -415,7 +415,7 @@ jobs:
415415
shell: cmd
416416

417417
- name: Run unit tests
418-
run: ctest
418+
run: ctest -C Release
419419
working-directory: build_rel
420420

421421
build-windows-arm64-clangcl:

.github/workflows/post_weekly_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
with:
193193
submodules: 'true'
194194

195-
- name: Setup Visual Studio x64
195+
- name: Setup Visual Studio x86_64
196196
uses: ilammy/msvc-dev-cmd@v1
197197

198198
- name: Build release x64

0 commit comments

Comments
 (0)