Skip to content

Commit

Permalink
ci: Test Sherlodoc on 5.2 only
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed Dec 13, 2024
1 parent a212c0d commit b6606cd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
send-coverage: true
# Mdx tests Mdx tests
run-mdx: true
test-sherlodoc: true
- os: macos-latest
ocaml-compiler: "5.2"
# - os: windows-latest
Expand Down Expand Up @@ -56,7 +57,13 @@ jobs:
run: opam install --deps-only --with-test ./odoc.opam ./odoc-parser.opam

- name: dune runtest
run: opam exec -- dune runtest
run: opam exec -- dune runtest -p odoc,odoc-parser

- name: Test Sherlodoc
if: matrix.test-sherlodoc == true
run: |
opam install --deps-only --with-test ./sherlodoc.opam
opam exec -- dune runtest -p sherlodoc
- name: Mdx tests
if: matrix.run-mdx == true
Expand Down

0 comments on commit b6606cd

Please sign in to comment.