Run Atheme with InspIRCd, to enable tests depending on SASL

This commit is contained in:
2021-06-27 14:42:13 +02:00
committed by Val Lorentz
parent 48eeeb7312
commit 7ee3c562d1
18 changed files with 307 additions and 13 deletions

View File

@ -31,6 +31,9 @@ jobs:
python -m pip install --upgrade pip
pip install pytest -r requirements.txt
- name: Install atheme
run: sudo apt-get install atheme-services
- name: Checkout InspIRCd
uses: actions/checkout@v2
with: