This commit is contained in:
Simon Cruanes 2024-02-02 20:25:49 -05:00
parent 37c42b68bc
commit 0f1f39380f
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 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