Skip to content

Add weekly CI

Add weekly CI #6

Workflow file for this run

on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
pull_request:
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.13.1
- run: opam install ppx_deriving visitors easy_logging zarith yojson core_unix odoc menhir
- run: opam exec -- make build
- run: opam exec -- IN_CI=1 make test