This commit is contained in:
Simon Cruanes 2023-12-11 17:14:06 -05:00
parent e6405ef7b6
commit 936c74ea36
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -35,13 +35,18 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-depext-flags: --with-test
dune-cache: true
allow-prerelease-opam: true
- run: |
opam pin ocaml-protoc 3.0.1 -y -n
opam pin pbrt 3.0.1 -y -n
opam install ocaml-protoc pbrt -y
- run: opam install . --deps-only --with-test
- 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 --dev -y
- run: opam exec -- dune build @lint
# check that nothing changed