From c622831b62de673fc236578221ff92814379e19c Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Sun, 28 Jan 2024 20:05:06 +0100 Subject: [PATCH] WIP --- .github/workflows/ci.yaml | 2 +- req.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0989192..b5d7ec3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,8 +42,8 @@ jobs: - run: cabal format && git diff --exit-code --color=always - run: cabal build $CONFIG - run: | + docker pull kennethreitz/httpbin docker run -p 1234:80 kennethreitz/httpbin & - sleep 3 cabal test $CONFIG - run: cabal haddock $CONFIG - run: cabal sdist diff --git a/req.cabal b/req.cabal index 39b390e..f5330e5 100644 --- a/req.cabal +++ b/req.cabal @@ -121,4 +121,4 @@ test-suite httpbin-tests -Wunused-packages else - ghc-options: -O2 -Wall + buildable: false