We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6cce5 commit ab9d9bfCopy full SHA for ab9d9bf
.github/scripts/test.sh
@@ -47,7 +47,7 @@ test_all_hls() {
47
bin_noexe=${bin/.exe/}
48
if ! [[ "${bin_noexe}" =~ "haskell-language-server-wrapper" ]] && ! [[ "${bin_noexe}" =~ "~" ]] ; then
49
if ghcup install ghc --set "${bin_noexe/haskell-language-server-/}" ; then
50
- "${hls}" typecheck "${test_module}" || fail "failed to typecheck with HLS for GHC ${bin_noexe/haskell-language-server-/}"
+ "${hls}" --debug typecheck "${test_module}" || fail "failed to typecheck with HLS for GHC ${bin_noexe/haskell-language-server-/}"
51
52
# After running the test, free up disk space by deleting the unneeded GHC version.
53
# Helps us staying beneath the 14GB SSD disk limit.
0 commit comments