Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Jan 28, 2024
1 parent b32bc69 commit c622831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion req.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ test-suite httpbin-tests
-Wunused-packages

else
ghc-options: -O2 -Wall
buildable: false

0 comments on commit c622831

Please sign in to comment.