X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=e702893d87118f9f3ccdd253311b72f3c3b9b7fa;hb=588e085d12244b795441c0e17b71a561ac5db80b;hp=439c56596d1ca19d2698fc532fec105eaa812721;hpb=9fa751f3d517dd071d9af47ae42988c6acd7334f;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 439c565..e702893 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -13,6 +13,7 @@ jobs: with: ghc-version: '8.6.5' cabal-version: '3.0' + - run: cabal update - name: Install HIE run: | pushd $HOME @@ -20,9 +21,12 @@ jobs: cd haskell-ide-engine cabal install hie cabal install hoogle + export PATH=$PATH:$HOME/.cabal/bin hoogle generate popd - name: Build run: cabal build - name: Run tests - run: cabal test + run: | + echo $PATH + cabal test