Skip to content

Upgrade ocaml in github action #167

Upgrade ocaml in github action

Upgrade ocaml in github action #167

Workflow file for this run

name: test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 5.2.1
dune-cache: true
- run: opam install . --deps-only --with-test --locked
- run: opam exec -- dune build
- run: opam exec -- dune test