This commit is contained in:
Simon Cruanes 2024-02-02 20:25:49 -05:00
parent a47654b492
commit c1bee6fbd3
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -35,10 +35,8 @@ jobs:
- run: opam install -t moonpool --deps-only
- 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 install thread-local-storage trace
- run: opam exec -- dune build @install @runtest
if: matrix.ocaml-compiler == '5.0'
- run: opam install trace thread-local-storage
- run: opam exec -- dune build @install