Skip to content

Commit d14ff7f

Browse files
tgd1975mistral-vibe
andcommitted
fix: Remove unsupported --no-header flag from ctest
The --no-header flag is not supported by ctest, causing CI failures. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent 5ad3f00 commit d14ff7f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
run: |
7171
ctest --test-dir .vscode/build \
7272
--output-on-failure \
73-
--no-header \
7473
--output-junit test-results.xml
7574
7675
- name: Publish test results

0 commit comments

Comments
 (0)