Skip to content

Documentation of the internal Core type checker. #262

Documentation of the internal Core type checker.

Documentation of the internal Core type checker. #262

Workflow file for this run

name: Run tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 5.1.1
- run: opam install dune
- run: opam exec -- dune build
- run: opam exec -- dune install
- run: eval $(opam env) && ./test.sh dbl ./test/test_suite