Skip to content

Commit 0f79f28

Browse files
committed
Add back the -C parameter to Windows ctest command
1 parent 6ed0c4f commit 0f79f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060

6161
- name: Test
6262
working-directory: build/
63-
run: ctest --output-on-failure
63+
run: ctest -C ${{ matrix.config }} --output-on-failure

0 commit comments

Comments
 (0)