Skip to content

Commit

Permalink
test: add package
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Mar 15, 2024
1 parent 53ed71d commit 54f6db0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 2 additions & 0 deletions test/lwt/dune
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,4 +27,5 @@
(rule
(alias runtest)
(enabled_if (>= %{ocaml_version} 5.0))
(package moonpool-lwt)
(action (diff ./output_echo.expected ./output_echo.txt)))

0 comments on commit 54f6db0

Please sign in to comment.