Skip to content

Commit ab9d9bf

Browse files
committed
Always show debug output in release test ci
1 parent 7a6cce5 commit ab9d9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test_all_hls() {
4747
bin_noexe=${bin/.exe/}
4848
if ! [[ "${bin_noexe}" =~ "haskell-language-server-wrapper" ]] && ! [[ "${bin_noexe}" =~ "~" ]] ; then
4949
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-/}"
50+
"${hls}" --debug typecheck "${test_module}" || fail "failed to typecheck with HLS for GHC ${bin_noexe/haskell-language-server-/}"
5151

5252
# After running the test, free up disk space by deleting the unneeded GHC version.
5353
# Helps us staying beneath the 14GB SSD disk limit.

0 commit comments

Comments
 (0)