Skip to content

Use ubuntu 22.04

Use ubuntu 22.04 #173

Workflow file for this run

name: test
on:
- push
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 5.3
- run: opam install . --deps-only --with-test --locked
- run: opam exec -- dune build
- run: opam exec -- dune test