Skip to content

Commit 058dcdd

Browse files
committed
VERBOSE
1 parent 59952be commit 058dcdd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/gpu.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,19 @@ jobs:
9494

9595
- name: Run tests
9696
working-directory: ${{env.BUILD_DIR}}
97-
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure --test-dir test
97+
run: ctest -C ${{env.BUILD_TYPE}} -V --test-dir test
9898

9999
- name: Run examples
100100
working-directory: ${{env.BUILD_DIR}}
101-
run: ctest --output-on-failure --test-dir examples -C ${{env.BUILD_TYPE}}
101+
run: ctest -V --test-dir examples -C ${{env.BUILD_TYPE}}
102102

103103
- name: Run standalone examples
104104
working-directory: ${{env.BUILD_DIR}}
105-
run: ctest --output-on-failure -R umf_standalone_examples -C ${{env.BUILD_TYPE}}
105+
run: ctest -V -R umf_standalone_examples -C ${{env.BUILD_TYPE}}
106106

107107
- name: Run benchmarks
108108
working-directory: ${{env.BUILD_DIR}}
109-
run: ctest --output-on-failure --test-dir benchmark -C ${{env.BUILD_TYPE}} --exclude-regex umf-bench-multithreaded
109+
run: ctest -V --test-dir benchmark -C ${{env.BUILD_TYPE}} --exclude-regex umf-bench-multithreaded
110110

111111
gpu-CUDA:
112112
name: Build
@@ -161,16 +161,16 @@ jobs:
161161

162162
- name: Run tests
163163
working-directory: ${{env.BUILD_DIR}}
164-
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure --test-dir test
164+
run: ctest -C ${{env.BUILD_TYPE}} -V --test-dir test
165165

166166
- name: Run examples
167167
working-directory: ${{env.BUILD_DIR}}
168-
run: ctest --output-on-failure --test-dir examples -C ${{env.BUILD_TYPE}}
168+
run: ctest -V --test-dir examples -C ${{env.BUILD_TYPE}}
169169

170170
- name: Run standalone examples
171171
working-directory: ${{env.BUILD_DIR}}
172-
run: ctest --output-on-failure -R umf_standalone_examples -C ${{env.BUILD_TYPE}}
172+
run: ctest -V -R umf_standalone_examples -C ${{env.BUILD_TYPE}}
173173

174174
- name: Run benchmarks
175175
working-directory: ${{env.BUILD_DIR}}
176-
run: ctest --output-on-failure --test-dir benchmark -C ${{env.BUILD_TYPE}} --exclude-regex umf-bench-multithreaded
176+
run: ctest -V --test-dir benchmark -C ${{env.BUILD_TYPE}} --exclude-regex umf-bench-multithreaded

0 commit comments

Comments
 (0)