File tree Expand file tree Collapse file tree 5 files changed +5
-48
lines changed Expand file tree Collapse file tree 5 files changed +5
-48
lines changed Original file line number Diff line number Diff line change 9191
9292 - run : opam install lwt_react lwt --deps-only --with-test
9393
94- - run : opam install lwt_ppx lwt_ppx_let --deps-only --with-test
94+ - run : opam install lwt_ppx --deps-only --with-test
9595 if : ${{ matrix.ppx == true }}
9696
9797 - run : opam exec -- dune build --only-packages lwt_react,lwt
@@ -104,9 +104,6 @@ jobs:
104104 - run : opam exec -- dune runtest --only-packages lwt_ppx
105105 if : ${{ matrix.ppx == true }}
106106
107- - run : opam exec -- make ppx_let-test
108- if : ${{ matrix.ppx == true }}
109-
110107 lint-opam :
111108 runs-on : ubuntu-latest
112109
Original file line number Diff line number Diff line change 1212( source ( github ocsigen/lwt) )
1313( documentation " https://ocsigen.org/lwt" )
1414
15- ( package
16- (name lwt_ppx_let)
17- (synopsis " Dummy package context for ppx_let tests" )
18- ( description " Internal package used to partition ppx_let tests." )
19- ( depends
20- ( ocaml ( >= 4 .08) )
21- ( ppx_let :with -test)
22- lwt) )
23-
2415( package
2516 (name lwt_ppx)
2617 (synopsis " PPX syntax for Lwt, providing something similar to async/await from JavaScript" )
@@ -56,5 +47,6 @@ synchronization primitives. Code can be run in parallel on an opt-in basis.
5647 ( ocamlfind ( and :dev ( >= 1 .7.3-1) ) )
5748 ( odoc ( and :with -doc ( >= 2 .3.0) ) )
5849 dune-configurator
59- ocplib-endian)
50+ ocplib-endian
51+ ( ppx_let :with -test) )
6052 ( depopts base-threads base-unix conf-libev) )
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ depends: [
2727 "odoc" {with-doc & >= "2.3.0"}
2828 "dune-configurator"
2929 "ocplib-endian"
30+ "ppx_let" {with-test}
3031]
3132depopts: ["base-threads" "base-unix" "conf-libev"]
3233dev-repo: "git+https://github.com/ocsigen/lwt.git"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55
66(rule
77 (alias runtest)
8- (package lwt_ppx_let )
8+ (package lwt )
99 (action (run %{exe:test.exe})))
You can’t perform that action at this time.
0 commit comments