mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
fast CI
This commit is contained in:
parent
e6405ef7b6
commit
936c74ea36
1 changed files with 7 additions and 2 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue