Skip to content

Commit 1111e41

Browse files
committed
enable verbose
1 parent f8164c5 commit 1111e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: mkdir ${{github.workspace}}/build
5656

5757
- name: Configure CMake
58-
run: cmake -DALP_BUILD_TESTING=ON -S ${{github.workspace}} -B ${{github.workspace}}/build
58+
run: cmake -DALP_BUILD_TESTING=ON -DALP_ENABLE_VERBOSE_OUTPUT=ON -S ${{github.workspace}} -B ${{github.workspace}}/build
5959
env:
6060
CXX: ${{ matrix.cxx }}
6161

0 commit comments

Comments
 (0)