mirror of
https://github.com/progval/irctest.git
synced 2025-04-08 00:09:46 +00:00
Move the complex list of selectors from .github/workflows/* to the Makefile
This commit is contained in:
4
.github/workflows/charybdis.yml
vendored
4
.github/workflows/charybdis.yml
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user