mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-05 19:00:33 -05:00
test: add package
This commit is contained in:
parent
53ed71db99
commit
54f6db0b42
2 changed files with 3 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue