CI: fix so we run tests with depopts

This commit is contained in:
Simon Cruanes 2026-04-21 16:56:40 -04:00
parent 207154af0d
commit 3a349e1b36

View file

@ -40,9 +40,6 @@ jobs:
- run: opam exec -- dune runtest -p trace-tef,trace-fuchsia
# with depopts
- run: opam install thread-local-storage lwt
- run: opam install thread-local-storage lwt mtime
- run: opam exec -- dune build '@install' -p trace,trace-tef,trace-fuchsia
- run: opam install mtime
- run: opam exec -- dune build '@install' -p trace,trace-tef,trace-fuchsia
- run: opam exec -- dune runtest -p trace,trace-tef,trace-fuchsia