Skip to content

Commit dd9161d

Browse files
committed
make build more verbose
1 parent 42e73e9 commit dd9161d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pybind11.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ jobs:
9898
${{ matrix.args }}
9999
100100
- name: Build C++11
101-
run: cmake --build . -j 2 -vv
101+
run: cmake --build . -j 2 -v
102102

103103
- name: Python tests C++11
104-
run: cmake --build . --target pytest -j 2
104+
run: cmake --build . --target pytest -j 2 -v
105105

106106
- name: C++11 tests
107-
run: cmake --build . --target cpptest -j 2
107+
run: cmake --build . --target cpptest -j 2 -v
108108

109109
- name: Interface test C++11
110-
run: cmake --build . --target test_cmake_build
110+
run: cmake --build . --target test_cmake_build -v
111111

112112
- name: Clean directory
113113
run: git clean -fdx

0 commit comments

Comments
 (0)