From 282975ed02c212a8a70b002adceefe9be17828ab Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 12 Nov 2019 22:14:21 +0000 Subject: [PATCH] Turn back on tests --- .github/workflows/haskell.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.30.2