|
@@ -81,7 +81,7 @@ jobs:
|
|
|
run: cd build; make -j2; ccache --show-stats
|
|
run: cd build; make -j2; ccache --show-stats
|
|
|
|
|
|
|
|
- name: Tests
|
|
- name: Tests
|
|
|
- run: cd build; ctest --verbose
|
|
|
|
|
|
|
+ run: cd build; ctest --show-only; ctest --verbose
|
|
|
|
|
|
|
|
####################
|
|
####################
|
|
|
# Windows
|
|
# Windows
|
|
@@ -161,5 +161,5 @@ jobs:
|
|
|
cmake --build build -j2
|
|
cmake --build build -j2
|
|
|
|
|
|
|
|
- name: Tests
|
|
- name: Tests
|
|
|
- run: cd build; ctest --verbose -j2
|
|
|
|
|
|
|
+ run: cd build; ctest --show-only; ctest --verbose -j2
|
|
|
|
|
|