We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324099e commit 697b80eCopy full SHA for 697b80e
1 file changed
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
version: '5.15.*'
77
- run: cmake -S . -B build -D UPDATE_DEPS=ON -D BUILD_TESTS=ON -D RUN_ON_GITHUB=ON -D CMAKE_BUILD_TYPE=Debug -G Ninja
78
- run: cmake --build build
79
- - run: ctest --output-on-failure --test-dir build
+ - run: ctest -VV --debug --output-on-failure --test-dir build --timeout 10
80
- run: cmake --install build --prefix build/install
81
82
windows:
@@ -91,7 +91,7 @@ jobs:
91
version: '6.8.2'
92
93
94
95
96
97
android:
0 commit comments