We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036ad1f commit 9b8e966Copy full SHA for 9b8e966
.github/workflows/test.yml
@@ -61,6 +61,8 @@ jobs:
61
needs:
62
- pre_job
63
runs-on: ${{ matrix.os }}
64
+ env:
65
+ LSP_TEST_LOG_STDERR: 1
66
strategy:
67
# We don't want to fail fast.
68
# We used to fail fast, to avoid caches of failing PRs to overpopulate the CI
0 commit comments