Skip to content

Upgrade to Core v16 #112

Upgrade to Core v16

Upgrade to Core v16 #112

Workflow file for this run

name: Tests
on:
- pull_request
- push
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
ocaml-version:
- 4.14.0
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use OCaml ${{ matrix.ocaml-version }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-version }}
- run: opam install core_unix
- run: opam install . --deps-only --with-doc --with-test
- run: make test