From 7c35c764bb7a1252afdb9bffb297c091d85625fb Mon Sep 17 00:00:00 2001 From: ajbt200128 Date: Thu, 31 Jul 2025 14:36:17 -0700 Subject: [PATCH] add install workflow test --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d206121..b25c548c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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