Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 12, 2023
1 parent f552211 commit 4aab1cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-depext-flags: --with-test

- run: opam pin pbrt --dev -y -n
- run: opam pin ocaml-protoc --dev -y -n

- 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
Expand Down

0 comments on commit 4aab1cd

Please sign in to comment.