aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-11-24 19:39:16 +0100
committerGitHub <noreply@github.com>2021-11-24 19:39:16 +0100
commit91c1d93d3389ac924f1013dc7b37dfe70a17e57e (patch)
treea3cbbccf1cb77e0ced68f5dc1175dde0f8999bb6 /.github/workflows
parenta2cc707107464fd98fc8a33afde3ed29f8cd9526 (diff)
parentc57d6de40fb790a4920a9c8ff235511860d68f32 (diff)
downloadlibquotient-91c1d93d3389ac924f1013dc7b37dfe70a17e57e.tar.gz
libquotient-91c1d93d3389ac924f1013dc7b37dfe70a17e57e.zip
Merge pull request #521 from quotient-im/kitsune-unread-statistics
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1b6d9e52..714473b0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -160,6 +160,8 @@ jobs:
env:
TEST_USER: ${{ secrets.TEST_USER }}
TEST_PWD: ${{ secrets.TEST_PWD }}
+ QT_LOGGING_RULES: 'quotient.main.debug=true;quotient.jobs.debug=true'
+ QT_MESSAGE_PATTERN: '%{time h:mm:ss.zzz}|%{category}|%{if-debug}D%{endif}%{if-info}I%{endif}%{if-warning}W%{endif}%{if-critical}C%{endif}%{if-fatal}F%{endif}|%{message}'
run: |
[[ -z "$TEST_USER" ]] || $VALGRIND build/quotest/quotest "$TEST_USER" "$TEST_PWD" quotest-gha '#quotest:matrix.org' "$QUOTEST_ORIGIN"
timeout-minutes: 4 # quotest is supposed to finish within 3 minutes, actually