Skip to content

Commit 4147b99

Browse files
committed
add verbose flag to the smoke test
1 parent 8ab07a1 commit 4147b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-nabla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,4 +385,4 @@ jobs:
385385
run: cmake --build smoke/out --config ${{ matrix.config }}
386386

387387
- name: CTest Smoke
388-
run: ctest --test-dir smoke/out --force-new-ctest-process --output-on-failure --no-tests=error -C ${{ matrix.config }}
388+
run: ctest --verbose --test-dir smoke/out --force-new-ctest-process --output-on-failure --no-tests=error -C ${{ matrix.config }}

0 commit comments

Comments
 (0)