File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ jobs:
145
145
-DPYBIND11_DISABLE_HANDLE_TYPE_NAME_DEFAULT_IMPLEMENTATION=ON
146
146
-DPYBIND11_SIMPLE_GIL_MANAGEMENT=ON
147
147
-DPYBIND11_NUMPY_1_ONLY=ON
148
+ -DPYBIND11_PYTEST_ARGS=-v
148
149
-DDOWNLOAD_CATCH=ON
149
150
-DDOWNLOAD_EIGEN=ON
150
151
-DCMAKE_CXX_STANDARD=11
@@ -174,6 +175,7 @@ jobs:
174
175
-DPYBIND11_WERROR=ON
175
176
-DPYBIND11_SIMPLE_GIL_MANAGEMENT=OFF
176
177
-DPYBIND11_NUMPY_1_ONLY=ON
178
+ -DPYBIND11_PYTEST_ARGS=-v
177
179
-DDOWNLOAD_CATCH=ON
178
180
-DDOWNLOAD_EIGEN=ON
179
181
-DCMAKE_CXX_STANDARD=17
@@ -193,6 +195,7 @@ jobs:
193
195
run : >
194
196
cmake -S . -B build3
195
197
-DPYBIND11_WERROR=ON
198
+ -DPYBIND11_PYTEST_ARGS=-v
196
199
-DDOWNLOAD_CATCH=ON
197
200
-DDOWNLOAD_EIGEN=ON
198
201
-DCMAKE_CXX_STANDARD=17
You can’t perform that action at this time.
0 commit comments