Skip to content

Commit e65917d

Browse files
committed
test building shared otel-cpp libs linked to static protobuf and grpc libs
1 parent 8608773 commit e65917d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cmake_install.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ jobs:
112112
env:
113113
BUILD_SHARED_LIBS: 'OFF'
114114
run: ./ci/do_ci.sh cmake.install.test
115+
- name: Run Tests (shared libs)
116+
env:
117+
BUILD_SHARED_LIBS: 'ON'
118+
run: ./ci/do_ci.sh cmake.install.test
115119

116120
ubuntu_2204_stable:
117121
name: Ubuntu 22.04 stable versions cxx17 (static libs - shared libs)

0 commit comments

Comments
 (0)