From 9493cdda36cb00e13979db82a602c7881a2c41e6 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Mon, 20 Apr 2020 17:23:14 +0200 Subject: [PATCH] Delete conduit-lwt-unix from tests --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6bbd044..8eb9124a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,10 +17,9 @@ jobs: run: | opam pin add -n conduit.dev . opam pin add -n conduit-lwt.dev . - opam pin add -n conduit-lwt-unix.dev . opam pin add -n conduit-async.dev . opam pin add -n conduit-mirage.dev . - opam depext -y conduit conduit-lwt conduit-lwt-unix conduit-async conduit-mirage + opam depext -y conduit conduit-lwt conduit-async conduit-mirage opam install --deps-only . - name: Build run: opam exec -- dune build