Skip to content

Commit b24b537

Browse files
committed
fixed test command
1 parent ecb4788 commit b24b537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
working-directory: _build
118118
- name: Test
119119
run: |
120-
ctest -C ${{ matrix.build_type }}
120+
ctest --build-config ${{ matrix.build_type }} --verbose
121121
working-directory: _build
122122

123123
# ---------------------------------------------------------------------------
@@ -177,7 +177,7 @@ jobs:
177177
working-directory: _build
178178
- name: Test
179179
run: |
180-
ctest -C ${{ matrix.build_type }}
180+
ctest --build-config ${{ matrix.build_type }} --verbose
181181
working-directory: _build
182182

183183
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)