chore: lwt_ppx test dep

This commit is contained in:
Simon Cruanes 2022-10-03 12:42:52 -04:00
parent f95baa533f
commit 37a9bbb244
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
3 changed files with 3 additions and 1 deletions

View file

@ -39,7 +39,7 @@ jobs:
- run: opam install . --deps-only --with-test - run: opam install . --deps-only --with-test
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl,opentelemetry-cohttp-lwt - run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl,opentelemetry-cohttp-lwt,opentelemetry-client-cohttp-lwt
- run: opam pin ocaml-protoc 2.3 -y - run: opam pin ocaml-protoc 2.3 -y

View file

@ -64,6 +64,7 @@
(opentelemetry (= :version)) (opentelemetry (= :version))
(pbrt (>= 2.2)) (pbrt (>= 2.2))
(odoc :with-doc) (odoc :with-doc)
(lwt_ppx :with-test)
cohttp-lwt cohttp-lwt
cohttp-lwt-unix) cohttp-lwt-unix)
(synopsis "Collector client for opentelemetry, using cohttp + lwt")) (synopsis "Collector client for opentelemetry, using cohttp + lwt"))

View file

@ -15,6 +15,7 @@ depends: [
"opentelemetry" {= version} "opentelemetry" {= version}
"pbrt" {>= "2.2"} "pbrt" {>= "2.2"}
"odoc" {with-doc} "odoc" {with-doc}
"lwt_ppx" {with-test}
"cohttp-lwt" "cohttp-lwt"
"cohttp-lwt-unix" "cohttp-lwt-unix"
] ]