mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
add install workflow test
This commit is contained in:
parent
e7367f9d27
commit
7c35c764bb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
- run: opam install . --deps-only --with-test --solver=mccs
|
||||
if: ${{ startsWith(matrix.ocaml-compiler, '5') }}
|
||||
|
||||
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl,opentelemetry-cohttp-lwt,opentelemetry-client-cohttp-lwt
|
||||
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl,opentelemetry-cohttp-lwt,opentelemetry-client-cohttp-lwt,opentelemetry-logs
|
||||
|
||||
- run: opam pin trace --dev -y -n
|
||||
- run: opam install trace
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue