mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 13:59:54 +01:00
Add config option for ctest within win-msvc.yml
This commit is contained in:
2
.github/workflows/win-msvc.yaml
vendored
2
.github/workflows/win-msvc.yaml
vendored
@@ -45,4 +45,4 @@ jobs:
|
||||
|
||||
- name: Run
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user