Tidy up workflow
[lsp-test.git] / .github / workflows / haskell.yml
index 186753029c1202266c46c56b60789c6ec2f7a81b..e4cdf76e2a374e073f0bf41cd65a654514df1c8f 100644 (file)
@@ -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