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 95
95
96
96
- run : opam install lwt_react lwt --deps-only --with-test
97
97
98
- - run : opam install lwt_ppx --deps-only --with-test
98
+ - run : opam install lwt_ppx lwt_ppx_let --deps-only --with-test
99
99
if : ${{ matrix.ppx == true }}
100
100
101
101
- run : opam exec -- dune build --only-packages lwt_react,lwt
@@ -108,7 +108,7 @@ jobs:
108
108
- run : opam exec -- dune runtest --only-packages lwt_ppx
109
109
if : ${{ matrix.ppx == true }}
110
110
111
- - run : opam exec -- make ppx_let-test-deps ppx_let-test
111
+ - run : opam exec -- make ppx_let-test
112
112
if : ${{ matrix.ppx == true }}
113
113
114
114
lint-opam :
Original file line number Diff line number Diff line change @@ -76,10 +76,6 @@ ppx_let-test :
76
76
dune build test/ppx_let/test.exe
77
77
dune exec test/ppx_let/test.exe
78
78
79
- .PHONY : ppx_let-test-deps
80
- ppx_let-test-deps :
81
- opam install --yes --unset-root ppx_let
82
-
83
79
.PHONY : clean
84
80
clean :
85
81
dune clean
You can’t perform that action at this time.
0 commit comments