Skip to content

Revert "Compute the solutions to the var system once." #318

Revert "Compute the solutions to the var system once."

Revert "Compute the solutions to the var system once." #318

Workflow file for this run

name: Build
on:
- pull_request
- push
jobs:
build-native:
strategy:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
ocaml-compiler:
- '5.2'
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-test
- run: opam exec -- dune build
- run: opam exec -- dune runtest