Skip to content

Commit 7351dd5

Browse files
committed
test: enable debug log level in tests and update github artifacts
1 parent 4ce0cce commit 7351dd5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ jobs:
9898
path: |
9999
pgsrc/${{ matrix.pgversion }}/data/postgresql.log
100100
src/test/log
101+
.vscode-test/user-data/logs/**/ash-blade.postgresql-hacker-helper/*.log

src/test/runTests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ async function main() {
5656
launchArgs: [
5757
workspacePath,
5858
...extraArgs,
59+
'--log', 'ash-blade.postgresql-hacker-helper:debug',
5960
],
6061
});
6162
}

0 commit comments

Comments
 (0)