diff options
| author | 2024-07-24 19:40:11 +0100 | |
|---|---|---|
| committer | 2024-07-24 19:40:11 +0100 | |
| commit | 1db96cf4f947cde1f1cce5a3eb69f094fcbd7a15 (patch) | |
| tree | 2c40639e987d9e0396fe8286676b45e2c1222575 /.github | |
| parent | Update irctest. (diff) | |
Update irctest.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-irctest.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci-irctest.yml b/.github/workflows/ci-irctest.yml index b8b762d92..d7e9d3015 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 |
