aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-07-24 19:42:05 +0100
committerGravatar Sadie Powell2024-07-24 19:42:05 +0100
commitc8e40cb7c4ed9847630a2e977b6b131c1a47442f (patch)
tree3935dae61202e75455955a945916bc534b084e2c /.github
parentMove 1205 UID compatibility code to PreProcessOldProtocolMessage. (diff)
parentUpdate irctest. (diff)
Merge branch 'insp3' into insp4.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-irctest.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci-irctest.yml b/.github/workflows/ci-irctest.yml
index 7ed948bfc..9d70d56e7 100644
--- a/.github/workflows/ci-irctest.yml
+++ b/.github/workflows/ci-irctest.yml
@@ -48,6 +48,8 @@ jobs:
test:
if: "!contains(github.event.head_commit.message, '[skip irctest ci]')"
runs-on: ubuntu-latest
+ env:
+ IRCTEST_DEBUG_LOGS: "1"
needs:
- build
steps:
@@ -66,7 +68,7 @@ jobs:
uses: actions/checkout@v4
with:
path: irctest
- ref: a1324407893b603fe6b55ce7c4ee385938291ae1
+ ref: 75d9040d37041e7dae971357fbab500fe06cc01f
repository: progval/irctest
- name: Install irctest dependencies