Skip to content

Commit 304c413

Browse files
committed
verbose run
1 parent 4f03627 commit 304c413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ jobs:
129129

130130
- name: Run tests (Debug)
131131
working-directory: ${{env.BUILD_DEBUG_DIR}}
132-
run: ctest -C Debug --output-on-failure --test-dir test
132+
run: ctest -C Debug --verbose --test-dir test
133133

134134
- name: Run examples (Debug)
135135
working-directory: ${{env.BUILD_DEBUG_DIR}}
136-
run: ctest --output-on-failure --test-dir examples -C Debug
136+
run: ctest --verbose --test-dir examples -C Debug
137137

138138
- name: Configure build (Release)
139139
run: >

0 commit comments

Comments
 (0)