This commit is contained in:
Simon Cruanes 2023-06-19 17:27:58 -04:00
parent 4fd6154b56
commit 68d3487ca8
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -31,8 +31,10 @@ jobs:
dune-cache: true
- run: opam install -t moonpool --deps-only
- run: opam exec -- dune build '@install'
- run: opam exec -- dune build @install
- run: opam exec -- dune runtest
- run: opam install domain-local-await
if: matrix.ocaml-compiler == '5.0'
- run: opam exec -- dune build @install @runtest
if: matrix.ocaml-compiler == '5.0'