Skip to content

Commit

Permalink
Install only main package related targets in more-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Oct 27, 2024
1 parent 31286ce commit 046b984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/more-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages

- name: Install dependencies
run: opam install . --deps-only --with-test
run: opam install ./provider.opam --deps-only --with-test

- name: Build
run: opam exec -- dune build @all
run: opam exec -- dune build @all -p provider

# For now, we only run tests for the `provider` package. Effectively, this
# runs nothing because the tests are in the `provider-test` package. We
Expand Down

0 comments on commit 046b984

Please sign in to comment.