File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 9595
9696 - run : opam install lwt_react lwt --deps-only --with-test
9797
98- - run : opam install lwt_ppx --deps-only --with-test
98+ - run : opam install lwt_ppx lwt_ppx_let --deps-only --with-test
9999 if : ${{ matrix.ppx == true }}
100100
101101 - run : opam exec -- dune build --only-packages lwt_react,lwt
@@ -108,7 +108,7 @@ jobs:
108108 - run : opam exec -- dune runtest --only-packages lwt_ppx
109109 if : ${{ matrix.ppx == true }}
110110
111- - run : opam exec -- make ppx_let-test-deps ppx_let-test
111+ - run : opam exec -- make ppx_let-test
112112 if : ${{ matrix.ppx == true }}
113113
114114 lint-opam :
Original file line number Diff line number Diff line change @@ -76,10 +76,6 @@ ppx_let-test :
7676 dune build test/ppx_let/test.exe
7777 dune exec test/ppx_let/test.exe
7878
79- .PHONY : ppx_let-test-deps
80- ppx_let-test-deps :
81- opam install --yes --unset-root ppx_let
82-
8379.PHONY : clean
8480clean :
8581 dune clean
You can’t perform that action at this time.
0 commit comments