From f1bce0115bf41219e994d2f4fb0250c973682a0d Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Mon, 29 Apr 2024 22:24:52 +0900 Subject: [PATCH] Remove useless ppx_let-test-deps from Makefile Signed-off-by: Sora Morimoto --- .github/workflows/workflow.yml | 4 ++-- Makefile | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a380be7151..ea67163e8e 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -95,7 +95,7 @@ jobs: - run: opam install lwt_react lwt --deps-only --with-test - - run: opam install lwt_ppx --deps-only --with-test + - run: opam install lwt_ppx lwt_ppx_let --deps-only --with-test if: ${{ matrix.ppx == true }} - run: opam exec -- dune build --only-packages lwt_react,lwt @@ -108,7 +108,7 @@ jobs: - run: opam exec -- dune runtest --only-packages lwt_ppx if: ${{ matrix.ppx == true }} - - run: opam exec -- make ppx_let-test-deps ppx_let-test + - run: opam exec -- make ppx_let-test if: ${{ matrix.ppx == true }} lint-opam: diff --git a/Makefile b/Makefile index 594b7606fc..29ef2277e1 100644 --- a/Makefile +++ b/Makefile @@ -76,10 +76,6 @@ ppx_let-test : dune build test/ppx_let/test.exe dune exec test/ppx_let/test.exe -.PHONY : ppx_let-test-deps -ppx_let-test-deps : - opam install --yes --unset-root ppx_let - .PHONY: clean clean : dune clean