mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
Add config option for ctest within win-msvc.yml
This commit is contained in:
parent
705ce422f0
commit
e6a7e09975
2
.github/workflows/win-msvc.yaml
vendored
2
.github/workflows/win-msvc.yaml
vendored
@ -45,4 +45,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: ctest --output-on-failure -j ${{ steps.cores.outputs.count }}
|
run: ctest -C Debug --output-on-failure -j ${{ steps.cores.outputs.count }}
|
||||||
|
Loading…
Reference in New Issue
Block a user