X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=5dbd8975e81a668536a142b4e6eb5c8fdc2bb028;hp=6e70bcb6a0266e9562c4606bfe76c310addb3e26;hb=282975ed02c212a8a70b002adceefe9be17828ab;hpb=9466153bd3fec0fb4f3a6a70659fbc2ded68ff07 diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 6e70bcb..5dbd897 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -52,7 +52,8 @@ jobs: run: npm install javascript-typescript-langserver - name: Build run: cabal build - # - name: Test - # run: | - # export PATH=$PATH:$HOME/.cabal/bin:$(npm bin) - # cabal run lsp-test:test:tests + - name: Test + run: | + echo $PATH + export PATH=$PATH:$(npm bin) + cabal run lsp-test:test:tests