We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ffbfd commit 396f1b5Copy full SHA for 396f1b5
.github/workflows/cmake_install.yml
@@ -215,7 +215,7 @@ jobs:
215
run: ./ci/do_ci.sh cmake.opentracing_shim.install.test
216
217
ubuntu_2404_conan_latest:
218
- name: Ubuntu 24.04 conan latest versions cxx17 (static libs)
+ name: Ubuntu 24.04 conan latest versions cxx17 (static libs - opentracing shim)
219
runs-on: ubuntu-24.04
220
env:
221
INSTALL_TEST_DIR: '/home/runner/install_test'
@@ -248,6 +248,8 @@ jobs:
248
run: |
249
export PKG_CONFIG_PATH=$INSTALL_TEST_DIR/lib/pkgconfig:$PKG_CONFIG_PATH
250
./ci/verify_packages.sh
251
+ - name: Run OpenTracing Shim Test
252
+ run: ./ci/do_ci.sh cmake.opentracing_shim.install.test
253
254
macos_14_conan_stable:
255
name: macOS 14 conan stable versions cxx17 (static libs)
0 commit comments