Skip to content

Commit 4e97484

Browse files
committed
ci: Run tests with additional verbosity
This improves the CI process by running tests with increased verbosity. It helps to understand why specific tests are failing by providing more detailed output.
1 parent db336af commit 4e97484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
5757
- name: Tests
5858
run: |
59-
ctest --test-dir build -C Release
59+
ctest --test-dir build -C Release -VV
6060

0 commit comments

Comments
 (0)