From 2704b3c7737fe4405af61df338b85681c91f032f Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Fri, 10 Jan 2025 20:49:20 +0100 Subject: [PATCH] Add pkgs to more-ci targets --- .github/workflows/more-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/more-ci.yml b/.github/workflows/more-ci.yml index 4a96b41..6f4d653 100644 --- a/.github/workflows/more-ci.yml +++ b/.github/workflows/more-ci.yml @@ -55,7 +55,7 @@ jobs: # the development workflow and as part of the main CI job. These are the # tests that are checked for every combination of os and ocaml-compiler. - name: Install dependencies - run: opam install ./vcs.opam ./vcs-tests.opam --deps-only --with-test + run: opam install ./vcs.opam ./vcs-base.opam ./vcs-command.opam ./vcs-git-blocking.opam ./vcs-git-eio.opam ./vcs-git-provider.opam ./vcs-test-helpers.opam ./vcs-tests.opam --deps-only --with-test - name: Build & Run tests - run: opam exec -- dune build @all @runtest -p vcs,vcs-tests + run: opam exec -- dune build @all @runtest -p vcs,vcs-base,vcs-command,vcs-git-blocking,vcs-git-eio,vcs-git-provider,vcs-test-helpers,vcs-tests