Move the complex list of selectors from .github/workflows/* to the Makefile

This commit is contained in:
2021-06-27 21:21:14 +02:00
committed by Val Lorentz
parent cccb937068
commit 98824a4abd
7 changed files with 88 additions and 15 deletions

View File

@ -49,7 +49,5 @@ jobs:
- name: Test with pytest
run: |
# testQuitErrors is very flaky
# AccountTagTestCase.testInvite fails because https://github.com/solanum-ircd/solanum/issues/166
PATH=~/.local/bin:$PATH pytest --controller=irctest.controllers.charybdis -k 'not Ergo and not deprecated and not strict and not testDoubleKickMessages and not testQuitErrors and not (AccountTagTestCase and testInvite)'
PATH=~/.local/bin:$PATH make charybdis