mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 11:15:38 -05:00
CI
This commit is contained in:
parent
4fd6154b56
commit
68d3487ca8
1 changed files with 5 additions and 3 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -31,8 +31,10 @@ jobs:
|
||||||
dune-cache: true
|
dune-cache: true
|
||||||
|
|
||||||
- run: opam install -t moonpool --deps-only
|
- 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 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'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue