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