Skip to content

Commit ad219dc

Browse files
committed
Add verbose build to CI
1 parent 934313c commit ad219dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
ctest -D ExperimentalStart
111111
ctest -D ExperimentalConfigure
112-
ctest -D ExperimentalBuild
112+
ctest -D ExperimentalBuild --verbose
113113
114114
- name: Test with OpenMP
115115
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)