Skip to content

build

build #7

Workflow file for this run

name: build
on:
push:
workflow_dispatch:
schedule:
- cron: '15 3 1 * *' # <https://crontab.guru/#45_16_*_*_0>
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up OCaml
uses: ocaml/[email protected]
- name: Install oPam
run: eval $(opam env); sh setup-opam
- name: Run Test
run: eval $(opam env); dune runtest