Skip to content

Commit 5c2b98e

Browse files
verbose logging
1 parent ef4b484 commit 5c2b98e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ jobs:
6464
if: runner.os == 'Linux'
6565

6666
- name: Run tests (Other)
67-
run: pnpm --color test
67+
run: |
68+
export VSCODE_VERBOSE_LOGGING=1
69+
export DEBUG="*"
70+
pnpm --color test
6871
if: runner.os != 'Linux'
6972

7073
- name: Run Talon-JS tests (Linux)

0 commit comments

Comments
 (0)