From 7291c9de72ba3bc14b0a416f4a7ab47769d40632 Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Sun, 27 Oct 2024 19:01:41 +0100 Subject: [PATCH] Move comment --- .github/workflows/more-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/more-ci.yml b/.github/workflows/more-ci.yml index ab97ea2..6f8789e 100644 --- a/.github/workflows/more-ci.yml +++ b/.github/workflows/more-ci.yml @@ -52,11 +52,11 @@ jobs: # janestreet-bleeding: https://github.com/janestreet/opam-repository.git # janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages - - name: Install dependencies - run: opam install ./provider.opam ./provider-tests.opam --deps-only --with-test - # We build and run tests for a subset of packages. More tests are run in # 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 ./provider.opam ./provider-tests.opam --deps-only --with-test + - name: Build & Run tests run: opam exec -- dune build @all @runtest -p provider,provider-tests