X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=e4cdf76e2a374e073f0bf41cd65a654514df1c8f;hb=0980bdc3a13cc183ef4de6a00820d386c498d7f7;hp=6f33cefc355ecdca3b6e4bbcd58bbcaad82efeb0;hpb=89407b82feba0a4c025d118eb6bf03b3fa6bef39;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 6f33cef..e4cdf76 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -26,5 +26,7 @@ jobs: popd - name: Build run: cabal build - - name: Run tests - run: cabal test + - name: Test + run: | + export PATH=$PATH:$HOME/.cabal/bin + cabal test