Skip to content

✨ Implement initial render pass #4

✨ Implement initial render pass

✨ Implement initial render pass #4

Workflow file for this run

name: Builds, tests & co
on:
pull_request:
push:
permissions: read-all
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "ocaml-variants.5.1.1+effect-syntax"
- run: opam install . --deps-only --with-test
- run: opam exec -- dune build
- run: opam exec -- dune runtest