Skip to content

feat: ACCU add the unit collapse for tuples in the AC solver #325

feat: ACCU add the unit collapse for tuples in the AC solver

feat: ACCU add the unit collapse for tuples in the AC solver #325

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