mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-05-05 08:54:27 -04:00
CI: fix so we run tests with depopts
This commit is contained in:
parent
207154af0d
commit
3a349e1b36
1 changed files with 2 additions and 5 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -40,9 +40,6 @@ jobs:
|
||||||
- run: opam exec -- dune runtest -p trace-tef,trace-fuchsia
|
- run: opam exec -- dune runtest -p trace-tef,trace-fuchsia
|
||||||
|
|
||||||
# with depopts
|
# 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 exec -- dune build '@install' -p trace,trace-tef,trace-fuchsia
|
||||||
|
- run: opam exec -- dune runtest -p trace,trace-tef,trace-fuchsia
|
||||||
- run: opam install mtime
|
|
||||||
- run: opam exec -- dune build '@install' -p trace,trace-tef,trace-fuchsia
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue