Skip to content

Commit

Permalink
ci: try w/o installing dune
Browse files Browse the repository at this point in the history
  • Loading branch information
maxRN committed Aug 21, 2024
1 parent 404bae9 commit 06dcb90
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
# - macos-latest
ocaml-compiler:
- 5.2.x
- 5.1.x
- 5.0.x
- 4.14.x
# include:
# - os: windows-latest
Expand Down Expand Up @@ -42,13 +44,16 @@ jobs:
# - run: opam depext --yes conf-libev
# if: runner.os != 'Windows'

- name: Install dune
run: opam install dune
- name: Install deps
run: make deps

- name: Test
run: eval $(opam env) && make test
# run: |
# opam exec -- dune build --no-print-directory --instrument-with bisect_ppx --force @test/runtest
# opam exec -- bisect-ppx-report html
# opam exec -- bisect-ppx-report summary
# echo See _coverage/index.html

# # The tests require ppx_expect. The latest versions of it introduced changes
# # in the formatting of the output, and also require OCaml >= 4.10, which
Expand Down

0 comments on commit 06dcb90

Please sign in to comment.