We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe2a27 commit d9becc3Copy full SHA for d9becc3
1 file changed
.github/workflows/windows.yml
@@ -22,5 +22,5 @@ jobs:
22
# This command will now run all tests *except* those flagged.
23
run: |
24
cd build
25
- ctest -C Debug --verbose --exclude-label "ci_flaky"
+ ctest -C Debug --verbose -LE "ci_flaky"
26
0 commit comments