Skip to content

Defining variable-length, fixed-capacity lists in Qunity stdlib. Prob… #82

Defining variable-length, fixed-capacity lists in Qunity stdlib. Prob…

Defining variable-length, fixed-capacity lists in Qunity stdlib. Prob… #82

Workflow file for this run

name: ci
on:
- push
permissions: read-all
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 5
- run: opam install . --deps-only --with-test
- run: opam exec -- dune build
- run: opam exec -- bash ${{ github.workspace }}/run-tests