Skip to content

Commit

Permalink
fast CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 15, 2023
1 parent e6405ef commit 936c74e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 936c74e

Please sign in to comment.