Skip to content

Add opaque value inspection #34

Add opaque value inspection

Add opaque value inspection #34

Workflow file for this run

name: ci
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
# - macos-latest
ocaml-compiler:
- ocaml-base-compiler.5.1.0~rc1
- 5.0.x
- 4.14.x
- 4.13.x
- 4.12.x
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- name: Install dependencies
run: opam install . --deps-only
- name: Build
run: opam exec -- dune build