X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=e702893d87118f9f3ccdd253311b72f3c3b9b7fa;hp=6f33cefc355ecdca3b6e4bbcd58bbcaad82efeb0;hb=588e085d12244b795441c0e17b71a561ac5db80b;hpb=89407b82feba0a4c025d118eb6bf03b3fa6bef39 diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 6f33cef..e702893 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -27,4 +27,6 @@ jobs: - name: Build run: cabal build - name: Run tests - run: cabal test + run: | + echo $PATH + cabal test