Tidy up workflow
[lsp-test.git] / .github / workflows / haskell.yml
index 5f14f1d6f78a5d23ea909a4839c3ffb89fd07ba6..e4cdf76e2a374e073f0bf41cd65a654514df1c8f 100644 (file)
@@ -21,9 +21,12 @@ jobs:
         cd haskell-ide-engine
         cabal install hie
         cabal install hoogle
+        export PATH=$PATH:$HOME/.cabal/bin
         hoogle generate
         popd
     - name: Build
       run: cabal build
-    - name: Run tests
-      run: cabal test
+    - name: Test
+      run: |
+        export PATH=$PATH:$HOME/.cabal/bin
+        cabal test