mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
CI
This commit is contained in:
parent
37c42b68bc
commit
0f1f39380f
1 changed files with 1 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -35,10 +35,8 @@ jobs:
|
||||||
- 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
|
- run: opam install thread-local-storage trace
|
||||||
if: matrix.ocaml-compiler == '5.0'
|
|
||||||
- run: opam exec -- dune build @install @runtest
|
- run: opam exec -- dune build @install @runtest
|
||||||
if: matrix.ocaml-compiler == '5.0'
|
|
||||||
- run: opam install trace thread-local-storage
|
- run: opam install trace thread-local-storage
|
||||||
- run: opam exec -- dune build @install
|
- run: opam exec -- dune build @install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue