Skip to content

Commit

Permalink
sync debug-ci and ci (#2582)
Browse files Browse the repository at this point in the history
Co-authored-by: Cuihtlauac ALVARADO <[email protected]>
  • Loading branch information
cuihtlauac and Cuihtlauac ALVARADO authored Jul 5, 2024
1 parent 36b406b commit 4a50587
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/debug-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- ocaml-base-compiler.4.14.1

steps:
- name: Checkout Repo
- name: Checkout code
uses: actions/checkout@v4

- name: Use OCaml ${{ matrix.ocaml-compiler }}
Expand All @@ -36,12 +36,15 @@ jobs:
if: runner.os == 'Linux'

- name: Install system dependencies (macOS)
run: brew install libev openssl@3.3 # Openssl is a workaround for https://github.com/ocaml/opam-repository/issues/19676
run: brew update && brew reinstall libev openssl@3 # Openssl is a workaround for https://github.com/ocaml/opam-repository/issues/19676
if: runner.os == 'macOS'

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

- name: Build project
run: opam exec -- dune build
run: opam exec -- dune build @install

- name: Run tests
run: opam exec -- dune test

0 comments on commit 4a50587

Please sign in to comment.