We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447b558 commit 59c62feCopy full SHA for 59c62fe
.github/workflows/CI.yml
@@ -21,11 +21,13 @@ jobs:
21
build/static_unboxer
22
build/testunboxing
23
build/unboxer
24
+ test: ctest -j4 --test-dir build
25
- os: windows-2025
26
configure: cmake -Bbuild
- build: cmake --build build --verbose
27
+ build: cmake --build build -j
28
artifact_name: unboxing-debug-x86_64-win32
29
artifacts: build/Debug/*
30
+ test: ctest -j4 --test-dir build -C Debug
31
32
runs-on: ${{ matrix.os }}
33
@@ -55,5 +57,4 @@ jobs:
55
57
path: ${{ matrix.artifacts }}
56
58
59
- name: Test
- if: ${{ matrix.os != 'windows-2025' }}
- run: ctest -j4 --test-dir build
60
+ run: ${{ matrix.test }}
0 commit comments