Skip to content

Commit 31703a1

Browse files
authored
Merge pull request #1015 from ocsigen/remove-ppx_let-test-deps
Remove useless ppx_let-test-deps from Makefile
2 parents 9fbbf42 + f1bce01 commit 31703a1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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:

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
8480
clean :
8581
dune clean

0 commit comments

Comments
 (0)