chore: CI

This commit is contained in:
Simon Cruanes 2022-05-03 12:58:45 -04:00
parent 028d5ece71
commit 5944e4f9af
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
3 changed files with 6 additions and 0 deletions

View file

@ -27,6 +27,10 @@ jobs:
with: with:
submodules: recursive submodules: recursive
# needed for depext to work
- run: sudo apt-get update
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Use OCaml ${{ matrix.ocaml-compiler }} - name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2 uses: ocaml/setup-ocaml@v2
with: with:

View file

@ -28,6 +28,7 @@
(depends (depends
(ocaml (>= "4.08")) (ocaml (>= "4.08"))
(opentelemetry (= :version)) (opentelemetry (= :version))
(cohttp-lwt-unix :with-test)
(odoc :with-doc) (odoc :with-doc)
lwt) lwt)
(tags (tags

View file

@ -13,6 +13,7 @@ depends: [
"dune" {>= "2.7"} "dune" {>= "2.7"}
"ocaml" {>= "4.08"} "ocaml" {>= "4.08"}
"opentelemetry" {= version} "opentelemetry" {= version}
"cohttp-lwt-unix" {with-test}
"odoc" {with-doc} "odoc" {with-doc}
"lwt" "lwt"
] ]