Skip to content

Commit 80ea6bc

Browse files
committed
.github: provide a ctest configuration
needed for Windows
1 parent 436277f commit 80ea6bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Test
5050
run: |
5151
cd build
52-
ctest --output-on-failure
52+
ctest -C Debug --output-on-failure
5353
fuzzing_build:
5454
runs-on: ubuntu-latest
5555
steps:

0 commit comments

Comments
 (0)