chore: build opentelemetry-cohttp-lwt in CI

This commit is contained in:
Matt Bray 2022-03-25 11:59:00 +00:00
parent b67fc00821
commit 078e8b416d

View file

@ -35,7 +35,7 @@ jobs:
- run: opam install . --deps-only --with-test
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl,opentelemetry-cohttp-lwt
- run: opam exec -- dune build @runtest
if: ${{ matrix.os == 'ubuntu-latest' }}