Skip to content

Release 5.2.3

Release 5.2.3 #66

Workflow file for this run

name: Main workflow
on:
- push
- workflow_dispatch
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
ocaml-compiler:
- 4.08.x
- 4
- 5
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: |
opam install . --deps-only --with-doc --with-test
opam exec -- dune runtest