Skip to content

Commit f58e764

Browse files
committed
ctest -C Debug on Windows to handle VS multi-config generator
1 parent 7fb1ab6 commit f58e764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Core tests
7373
shell: cmd
74-
run: 'cmake . && ctest . -E "max_property_(name|value)|max_section_name_ignore|spaces_in_middle_key|octothorpe_in_value|windows_separator2"'
74+
run: 'cmake . && ctest . -C Debug -E "max_property_(name|value)|max_section_name_ignore|spaces_in_middle_key|octothorpe_in_value|windows_separator2"'
7575

7676
- name: Unit tests
7777
run: dotnet run --project src/EditorConfig.Tests -c Debug

0 commit comments

Comments
 (0)