Skip to content

Commit 59c62fe

Browse files
committed
Windows testing
1 parent 447b558 commit 59c62fe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ jobs:
2121
build/static_unboxer
2222
build/testunboxing
2323
build/unboxer
24+
test: ctest -j4 --test-dir build
2425
- os: windows-2025
2526
configure: cmake -Bbuild
26-
build: cmake --build build --verbose
27+
build: cmake --build build -j
2728
artifact_name: unboxing-debug-x86_64-win32
2829
artifacts: build/Debug/*
30+
test: ctest -j4 --test-dir build -C Debug
2931

3032
runs-on: ${{ matrix.os }}
3133

@@ -55,5 +57,4 @@ jobs:
5557
path: ${{ matrix.artifacts }}
5658

5759
- name: Test
58-
if: ${{ matrix.os != 'windows-2025' }}
59-
run: ctest -j4 --test-dir build
60+
run: ${{ matrix.test }}

0 commit comments

Comments
 (0)