1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

ci: set unlimited number of relay clients for API tests

This commit is contained in:
Sébastien Helleu
2025-06-23 18:34:29 +02:00
parent 323f80e914
commit b4f28ed2d4
+1
View File
@@ -194,6 +194,7 @@ jobs:
weechat-headless \
--dir /tmp/weechat-test-api \
--run-command '/set relay.network.password "${{ env.RELAY_PASSWORD }}"' \
--run-command '/set relay.network.max_clients 0' \
--run-command '/relay add api 9000' \
--daemon \
;