test: add package

This commit is contained in:
Simon Cruanes 2024-03-14 23:59:11 -04:00
parent 53ed71db99
commit 54f6db0b42
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 3 additions and 1 deletions

View file

@ -42,5 +42,5 @@ jobs:
- run: opam install thread-local-storage trace domain-local-await
if: matrix.ocaml-compiler == '5.1'
- run: opam exec -- dune build @install @runtest
- run: opam exec -- dune build --profile=release --force @install @runtest

View file

@ -13,6 +13,7 @@
(rule
(alias runtest)
(enabled_if (>= %{ocaml_version} 5.0))
(package moonpool-lwt)
(action (diff ./output_hash.expected ./output_hash.txt)))
(rule
@ -26,4 +27,5 @@
(rule
(alias runtest)
(enabled_if (>= %{ocaml_version} 5.0))
(package moonpool-lwt)
(action (diff ./output_echo.expected ./output_echo.txt)))