Skip to content

Commit 697b80e

Browse files
committed
ctest testing
1 parent 324099e commit 697b80e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
version: '5.15.*'
7777
- 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
7878
- run: cmake --build build
79-
- run: ctest --output-on-failure --test-dir build
79+
- run: ctest -VV --debug --output-on-failure --test-dir build --timeout 10
8080
- run: cmake --install build --prefix build/install
8181

8282
windows:
@@ -91,7 +91,7 @@ jobs:
9191
version: '6.8.2'
9292
- 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
9393
- run: cmake --build build
94-
- run: ctest --output-on-failure --test-dir build
94+
- run: ctest -VV --debug --output-on-failure --test-dir build --timeout 10
9595
- run: cmake --install build --prefix build/install
9696

9797
android:

0 commit comments

Comments
 (0)