Tidy up workflow
[lsp-test.git] / .github / workflows / haskell.yml
index e702893d87118f9f3ccdd253311b72f3c3b9b7fa..e4cdf76e2a374e073f0bf41cd65a654514df1c8f 100644 (file)
@@ -26,7 +26,7 @@ jobs:
         popd
     - name: Build
       run: cabal build
-    - name: Run tests
+    - name: Test
       run: |
-        echo $PATH
+        export PATH=$PATH:$HOME/.cabal/bin
         cabal test