Skip to content

don't use mirage-crypt-rng(-eio) >= 1.2.0 #37

don't use mirage-crypt-rng(-eio) >= 1.2.0

don't use mirage-crypt-rng(-eio) >= 1.2.0 #37

Workflow file for this run

name: Run unit/integration tests
on:
push:
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ocaml_version: ["5.1.0", "5.1.1", "5.2.0"]
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml_version }}
- run: opam install . --deps-only --with-test
- run: opam exec -- make test