Skip to content

Commit d9becc3

Browse files
authored
Fixing the wrong ctest parameter
1 parent efe2a27 commit d9becc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
# This command will now run all tests *except* those flagged.
2323
run: |
2424
cd build
25-
ctest -C Debug --verbose --exclude-label "ci_flaky"
25+
ctest -C Debug --verbose -LE "ci_flaky"
2626

0 commit comments

Comments
 (0)